Go to file
Daniel Seifert 50cf733101
add exceptions, fix auth, implement response, sanitize recipient and sender
2022-06-24 14:46:23 +02:00
.github/workflows add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00
src add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00
README.md initial 2022-06-24 08:18:11 +02:00
composer.json add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00
todo.txt add exceptions, fix auth, implement response, sanitize recipient and sender 2022-06-24 14:46:23 +02:00

README.md

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