Go to file
2022-06-27 15:55:35 +02:00
.github/workflows add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00
src make compatible between different SMS types 2022-06-27 15:55:35 +02:00
composer.json cleanup code 2022-06-24 16:01:37 +02:00
README.md initial 2022-06-24 08:18:11 +02:00
todo.txt add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00

$client = new Client('accesstoken');
$request = (new \D3\LinkmobilityClient\SMS\Request('me', 'message'))
    ->addRecipient(new Recipient('recipient'));
$client->request($request)