2017 © Pedro Peláez
 

library voip-cheap-sms

This package allows you to easly send SMS via VoipCheap service

image

enne/voip-cheap-sms

This package allows you to easly send SMS via VoipCheap service

  • Friday, March 24, 2017
  • by enne
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

voip-cheap-sms

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)

License

MIT, (*6)

The Versions

24/03 2017

dev-master

9999999-dev

This package allows you to easly send SMS via VoipCheap service

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar enne

09/11 2016

1.0.0

1.0.0.0

This package allows you to easly send SMS via VoipCheap service

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar enne