dev-develop
dev-develop https://github.com/benjaminb-/spot-hit-php-api-wrapper/A simple PHP wrapper for Spot-hit.fr API
MIT
The Requires
- php >=5.4.0
- guzzlehttp/guzzle ~6.0|~5.3
The Development Requires
by Benjamin B.
api email php sms spot-hit
Wallogit.com
2017 © Pedro Peláez
A simple PHP wrapper for Spot-hit.fr API
PHP >= 5.4, (*1)
``` bash composer require bb/spot-hit-php-api-wrapper, (*2)
## Usage ``` php <?php use BB\SpotHitClient; use BB\SpotHitResources; // array of parameters required by spot-hit (except key) // see https://www.spot-hit.fr/documentation-api $data = array( "type" => SpotHitClient::SMS_LOWCOST, "destinataires" => "+33600000000", "message" => "Hello world." ); $client = new SpotHitClient("YOUR_API_KEY"); $response = $client->call(SpotHitResources::$sendSms, $data);
A simple PHP wrapper for Spot-hit.fr API
MIT
api email php sms spot-hit