Commit Graph

47 Commits

Author SHA1 Message Date
Daniel Seifert 1d5ccb6d73
adjust README 2022-09-28 15:57:38 +02:00
Daniel Seifert 4f3b1029f4
add support note 2022-09-08 15:46:46 +02:00
Daniel Seifert f4d5e54448
adjust version informations 2022-07-28 10:47:20 +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 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
Daniel Seifert 9ef121ef01
make installable in PHP 8 2022-07-13 15:04:00 +02:00
Daniel Seifert 1dfdf2814f
add license defintion to composer.json 2022-07-13 11:13:09 +02:00
Daniel Seifert 9ed087195a
adjust documentation 2022-07-13 10:58:57 +02:00
Daniel Seifert e521672b0a
adjust copyright notes 2022-07-13 10:50:45 +02:00
Daniel Seifert 2acb1c9fb6
apply PSR-12 rules 2022-07-13 10:41:23 +02:00
Daniel Seifert fd8a3c93ad
add documentation 2022-07-13 10:35:18 +02:00
Daniel Seifert 3e801697af
add response tests 2022-07-12 14:54:06 +02:00
Daniel Seifert 231cb91bdb
don't convert sender number to integer 2022-07-12 13:17:56 +02:00
Daniel Seifert c555a9ac6c
add tests for SMS requests 2022-07-12 12:15:52 +02:00
Daniel Seifert 81b20fc979
format sender address as integer 2022-07-12 10:04:04 +02:00
Daniel Seifert 81236bcf2c
add test for RequestFactory 2022-07-11 23:30:44 +02:00
Daniel Seifert 67291c19da
add tests for some classes 2022-07-11 15:06:18 +02:00
Daniel Seifert 184695c076
add external repository argument to tests readme 2022-07-11 08:39:37 +02:00
Daniel Seifert 3a3a940a01
add tests for client and url class 2022-07-10 21:52:37 +02:00
Daniel Seifert 740b14f868
add tests structure 2022-07-09 22:36:10 +02:00
Daniel Seifert 8411ed0786
add configuration registry 2022-07-04 13:31:12 +02:00
Daniel Seifert 18d9748e64
specify error message 2022-07-01 16:10:53 +02:00
Daniel Seifert c502926daf
inject logger, do not catch exceptions that should lead to termination 2022-07-01 11:05:40 +02:00
Daniel Seifert 6854f12e13
make compatible between different SMS types 2022-06-27 15:55:35 +02:00
Daniel Seifert fae19607c2
cleanup code 2022-06-24 16:01:37 +02:00
Daniel Seifert 50cf733101
add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00
Daniel Seifert 0cdfd0185b
initial 2022-06-24 08:18:11 +02:00