Download the PHP package sevenymedia/bulksmscenter-http-api without Composer
On this page you can find all versions of the php package sevenymedia/bulksmscenter-http-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sevenymedia/bulksmscenter-http-api
More information about sevenymedia/bulksmscenter-http-api
Files in sevenymedia/bulksmscenter-http-api
Package bulksmscenter-http-api
Short Description This repository contains the open source PHP client for the BulkSMSCenter HTTP API
License MIT
Homepage https://github.com/sevenymedia/bulksmscenter-http-api
Informations about the package bulksmscenter-http-api
bulksmscenter-http-api
This repository contains an unofficial open source PHP client for the BulkSMSCenter HTTP API
Requirements
- Get a free BulkSMSCenter account
- The BulkSMSCenter API client for PHP requires at least PHP 5.4.
Installation
Composer installation
- Download composer
-
Require this package with composer:
- Or add
"sevenymedia/bulksmscenter-http-api": "~1.0"
manually to therequire
section of yourcomposer.json
and runcomposer install
.
Manual installation
If you do not (want to) use Composer. You can git clone
or download this repository and include the client manually.
Usage
First, set up a BulkSmsCenter\Client
. Replace YOUR_BULKSMSCENTER_USERNAME and YOUR_BULKSMSCENTER_PASSWORD with your BulkSMSCenter credentials.
You might also need a BulkSmsCenter\Message
.
You are now able to connect to the BulkSMSCenter API
Official Documentation
Documentation for the framework can be found on the BulkSMSCenter website.
License
This client is open-sourced software licensed under the MIT license.