Download the PHP package messageowl/msgowl-php without Composer
On this page you can find all versions of the php package messageowl/msgowl-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download messageowl/msgowl-php
More information about messageowl/msgowl-php
Files in messageowl/msgowl-php
Download messageowl/msgowl-php
More information about messageowl/msgowl-php
Files in messageowl/msgowl-php
Vendor messageowl
Package msgowl-php
Short Description PHP SDK for the MessageOwl SMS API
License MIT
Package msgowl-php
Short Description PHP SDK for the MessageOwl SMS API
License MIT
Please rate this library. Is it a good library?
Informations about the package msgowl-php
MessageOwl PHP SDK
PHP SDK for the MessageOwl SMS API.
Installation
Laravel Setup
Add your API key to .env:
The service provider is auto-discovered. Optionally publish the config:
Plain PHP Setup
Authentication
By default the SDK uses the Authorization: AccessKey {key} header. If headers are unavailable, switch to query param auth:
Usage
Send a Message
List Messages
Fetch a Message
OTP
Groups
Contacts
Balance
Sender IDs
Exception Handling
Rate Limiting
The API allows 50 POST requests per 60 seconds per account. When exceeded, a RateLimitException is thrown with the retryAfter property set to the number of seconds to wait.
Laravel Facade
Contributing
See CONTRIBUTING.md.
License
MIT — see LICENSE.
All versions of msgowl-php with dependencies
PHP Build Version
Package Version
The package messageowl/msgowl-php contains the following files
Loading the files please wait ...