firmin / php_sms
easily send sms to phone numbers with your php application
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/firmin/php_sms
Requires
- php: >=5.3.0
- mashape/unirest-php: 3.*
This package is auto-updated.
Last update: 2025-12-10 03:11:49 UTC
README
this library help to save your time if you want send sms in your php application.
Installation
with composer
composer install firminapp/phpsms
without composer
Usage
in any file of your project you want to send sms:
use firminapp/smsphp
$response=Smsphp->send(your_api_key, $phone_to_send,sms_title,message_tosend);