24/03
2017
This package allows you to easly send SMS via VoipCheap service
This simple package allows you to send sms via voipcheap service, (*1)
add the dependency with composer:, (*2)
composer require enne/voip-cheap-sms:dev-master, (*3)
use it in you code:, (*4)
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, (*5)
MIT, (*6)