Download the PHP package kickstartph/semaphore-client without Composer
On this page you can find all versions of the php package kickstartph/semaphore-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kickstartph/semaphore-client
More information about kickstartph/semaphore-client
Files in kickstartph/semaphore-client
Download kickstartph/semaphore-client
More information about kickstartph/semaphore-client
Files in kickstartph/semaphore-client
Vendor kickstartph
Package semaphore-client
Short Description A wrapper for accessing the Semaphore SMS API
License MIT
Homepage http://semaphore.co/
Package semaphore-client
Short Description A wrapper for accessing the Semaphore SMS API
License MIT
Homepage http://semaphore.co/
Please rate this library. Is it a good library?
Informations about the package semaphore-client
Semaphore Client
Semaphore Client is a PHP wrapper for the Semaphore SMS API
Table of Contents
- Installation
- Basic Usage
Installation
Basic Usage
Sending Messages
The sender ID can be overridden through the client send command as well:
Bulk messages (to up to 1000 numbers ) can also be sent through the same API call by providing a comma delimited set of numbers:
The response will contain a record for each message sent:
Retrieving Messages
You can retrieve up to 100 sent messages at a time, with support for pagination by passing the optional $page variable:
Messages by date range:
Messages by telco network:
Supported Filters for retrieving messages
Other functions
Below are other calls you can make:
Account Information
Users
Sender Names
Transactions
All versions of semaphore-client with dependencies
PHP Build Version
Package Version
The package kickstartph/semaphore-client contains the following files
Loading the files please wait ....