kasperhartwich / cpsms
Send a sms via smsprovider http://www.cpsms.dk
dev-master
2014-11-20 13:18 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-04-29 00:34:35 UTC
README
Abandoned! See https://github.com/kasperhartwich/php-smssender
cpsms
Use this to send a sms via danish sms-provider CPSMS. http://www.cpsms.dk
Example
$recipient = '87654321'; $sender = 'cpsms for php'; $cpsms = new CPSMS('myUsername', 'myPassword'); $cpsms->send("Here come the sun.", $recipient, $sender);