Commit Graph

20 Commits

Author SHA1 Message Date
7e43fa1537 adjust to current dependency packages and PHP >= 7.3 2022-07-20 11:33:56 +02:00
b22da1bd4a apply PSR-12 rules 2022-07-18 23:59:49 +02:00
096ef7ed05 define allowed number types as class property 2022-07-18 14:09:19 +02:00
dc0b680776 move recipient number check from list to itself 2022-07-18 13:54:56 +02:00
05ff18d537 move recipient number check from recipient list to recipient itself 2022-07-18 13:29:23 +02:00
05132f82ee set covers annotation for each test, complete tests 2022-07-16 23:49:47 +02:00
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
fe60f1102d change sender to notString value object 2022-07-14 16:06:33 +02:00
7e67bc1818 beautify code 2022-07-14 12:07:18 +02:00
f1eae3bd87 get sender address type only if sender is set 2022-07-14 12:04:06 +02:00
e521672b0a adjust copyright notes 2022-07-13 10:50:45 +02:00
2acb1c9fb6 apply PSR-12 rules 2022-07-13 10:41:23 +02:00
231cb91bdb don't convert sender number to integer 2022-07-12 13:17:56 +02:00
81b20fc979 format sender address as integer 2022-07-12 10:04:04 +02:00
67291c19da add tests for some classes 2022-07-11 15:06:18 +02:00
c502926daf inject logger, do not catch exceptions that should lead to termination 2022-07-01 11:05:40 +02:00
6854f12e13 make compatible between different SMS types 2022-06-27 15:55:35 +02:00
fae19607c2 cleanup code 2022-06-24 16:01:37 +02:00
50cf733101 add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00
0cdfd0185b initial 2022-06-24 08:18:11 +02:00