Commit Graph

72 Commits

Author SHA1 Message Date
Daniel Seifert 8ee6b780a4
adjust changelog 2023-06-29 11:28:01 +02:00
Daniel Seifert 889584f5c8
bump psr/http-message to version 2 2023-06-29 11:24:06 +02:00
Daniel Seifert 14a26a602b
use assertion exception 2023-02-02 22:27:14 +01:00
Daniel Seifert e8da35995e
fix wrong changelog item date 2023-01-20 09:07:46 +01:00
Daniel Seifert 958ed9e83d
adjust changelog 2023-01-20 08:51:02 +01:00
Daniel Seifert 1e2582a76b
add middleware to retry request in some error cases 2023-01-19 09:35:02 +01:00
Daniel Seifert a50567fd0c
remove unused ApiException 2023-01-18 09:28:05 +01:00
Daniel Seifert 19f5fca18a
make installable in PHP > 8.0 2023-01-17 20:38:20 +01:00
Daniel Seifert 186bb2d622
add debug logger to default Guzzle client 2023-01-17 20:37:33 +01:00
Daniel Seifert 6c5a83a8a8
make deprecated client argument optional in recipients list 2023-01-17 15:36:50 +01:00
Daniel Seifert 54cfb2645c
add missing recipients list interface definition 2023-01-11 00:05:20 +01:00
Daniel Seifert 95384c5eba
mark client parameter in recipient list class as deprecated 2023-01-07 22:50:17 +01:00
Daniel Seifert a8756c7ade
allow guzzle dependency v7.3 for more backward compatibility 2022-12-26 00:33:57 +01:00
Daniel Seifert df33a97084
adjust README 2022-09-29 09:12:10 +02:00
Daniel Seifert 222770bec9
add support note 2022-09-08 15:45:21 +02:00
Daniel Seifert 8f70d40640
adjust version informations 2022-07-28 10:54:23 +02:00
Daniel Seifert cd4e3b6277
Merge remote-tracking branch 'remotes/origin/rel_1.x' into rel_2.x
# Conflicts:
#	CHANGELOG.md
2022-07-28 10:50:49 +02:00
Daniel Seifert f4d5e54448
adjust version informations 2022-07-28 10:47:20 +02:00
Daniel Seifert 0d589f3878
fix wrong return type of LoggerHandler::getInstance 2022-07-28 10:22:13 +02:00
Daniel Seifert 4cd0ab0d17
fix wrong return type of LoggerHandler::getInstance
# Conflicts:
#	src/LoggerHandler.php
2022-07-28 10:17:50 +02:00
Daniel Seifert 1a9389d763
improve changelog
# Conflicts:
#	CHANGELOG.md
2022-07-28 10:17:50 +02:00
Daniel Seifert 491c260870
add request methods to it's interface 2022-07-28 10:17:50 +02:00
Daniel Seifert 50d2276a78
adjust changelog
# Conflicts:
#	CHANGELOG.md
2022-07-28 10:17:50 +02:00
Daniel Seifert 3932246fbd
improve changelog 2022-07-27 09:35:25 +02:00
Daniel Seifert 3338d70562
add request methods to it's interface 2022-07-27 09:31:46 +02:00
Daniel Seifert 229d961bb8
adjust changelog 2022-07-26 11:04:07 +02:00
Daniel Seifert fed8040fcb
improve code 2022-07-21 14:07:10 +02:00
Daniel Seifert b33b6081ad
fix composer script commands 2022-07-21 11:03:37 +02:00
Daniel Seifert d07eb1f694
make package installable in PHP 8.0.x (dev mode) 2022-07-21 09:55:31 +02:00
Daniel Seifert c8ca412c14
fix phpstan level 2 and below issues 2022-07-21 00:33:39 +02:00
Daniel Seifert ff0784ce46
add phpstan and configuration 2022-07-21 00:15:04 +02:00
Daniel Seifert 7e43fa1537
adjust to current dependency packages and PHP >= 7.3 2022-07-20 11:33:56 +02:00
Daniel Seifert b22da1bd4a
apply PSR-12 rules 2022-07-18 23:59:49 +02:00
Daniel Seifert 95b95d1d8b
fix recipient wrong test 2022-07-18 23:40:24 +02:00
Daniel Seifert d0db444157
update changelog 2022-07-18 14:18:25 +02:00
Daniel Seifert 096ef7ed05
define allowed number types as class property 2022-07-18 14:09:19 +02:00
Daniel Seifert dc0b680776
move recipient number check from list to itself 2022-07-18 13:54:56 +02:00
Daniel Seifert 05ff18d537
move recipient number check from recipient list to recipient itself 2022-07-18 13:29:23 +02:00
Daniel Seifert 05132f82ee
set covers annotation for each test, complete tests 2022-07-16 23:49:47 +02:00
Daniel Seifert f5579d9d5e
add more tests 2022-07-16 00:42:41 +02:00
Daniel Seifert 4e5147a0ac
use generated example phone number 2022-07-15 23:54:52 +02:00
Daniel Seifert 23de1d2f06
fix special phone number format before the request to be able to perform external checks with valid content 2022-07-15 16:33:01 +02:00
Daniel Seifert 73694a1c57
add contexts to log items 2022-07-15 16:12:30 +02:00
Daniel Seifert fe60f1102d
change sender to notString value object 2022-07-14 16:06:33 +02:00
Daniel Seifert 7e67bc1818
beautify code 2022-07-14 12:07:18 +02:00
Daniel Seifert aa88f09e16
move exception message to constant in messages class 2022-07-14 12:05:06 +02:00
Daniel Seifert f1eae3bd87
get sender address type only if sender is set 2022-07-14 12:04:06 +02:00
Daniel Seifert bd9c3e6c03
move Url classes, get SMS request URIs from URL class 2022-07-14 11:54:08 +02:00
Daniel Seifert 5cbbc8295f
move logger handling to separate class 2022-07-14 11:49:59 +02:00
Daniel Seifert 621ea0ebe9
remove unused dependency 2022-07-13 15:42:28 +02:00