library php-api-service
PHP API Service Library
oromedialab/php-api-service
PHP API Service Library
- Tuesday, October 11, 2016
- by oromedialab
- Repository
- 1 Watchers
- 0 Stars
- 434 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
PHP API Services Library
Installation
Install using composer
composer require oromedialab/php-api-service dev-master
Install using GIT clone
git clone git@github.com:oromedialab/php-api-service.git
Twilio
URL : (http://twilio.com/), (*1)
Compose SMS
use Oml\PHPAPIService\Twilio\SMS;
$accountSid = 'xxxxxxxxxxx';
$authToken = 'xxxxxxxxxxx';
$sms = new SMS\Compose($accountSid, $authToken);
$sms->setFrom('xxx-xxx-xxx');
$sms->setTo('xxx-xxx-xxx');
$sms->setMessage('Lorem ipsum dolor sit amet, consectetur adipisicing elit.');
$response = $sms->send();
// Get message status
$status = $response->status;
// Get message SID
$messageSid = $response->sid;
Messente
URL : (http://messente.com/), (*2)
Compose SMS
use Oml\PHPAPIService\Messente\SMS;
dev-messente
dev-messente
PHP API Service Library
Sources
Download
MIT
The Requires
The Development Requires
by
Ibrahim Azhar Armar
api
php-api-service
api-service
dev-master
9999999-dev
PHP API Service Library
Sources
Download
MIT
The Requires
The Development Requires
by
Ibrahim Azhar Armar
api
php-api-service
api-service
0.1
0.1.0.0
PHP API Service Library
Sources
Download
MIT
The Requires
The Development Requires
by
Ibrahim Azhar Armar
api
php-api-service
api-service