enne / voip-cheap-sms
This package allows you to easly send SMS via VoipCheap service
1.0.0
2016-11-09 17:00 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-01-27 15:36:14 UTC
README
This simple package allows you to send sms via voipcheap service
add the dependency with composer:
composer require enne/voip-cheap-sms:dev-master
use it in you code:
use \VoipCheapSMS\VoipCheap;
use \VoipCheapSMS\Message;
$vc = new VoipCheap("voipcheap_user","voipcheap_password","voipcheap_from");
echo $vc->send(Message::builder()->to("+prefix_destinationNumber")->text("This is the text of the sms!"));
NOTE: This project was a quick and dirty test for testing publishing packages to Packagist
#License MIT