Send a sms via smsprovider http://www.cpsms.dk

dev-master 2014-11-20 13:18 UTC

This package is auto-updated.

Last update: 2024-05-29 03:27:41 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);