Download the PHP package woenel/itexmo without Composer
On this page you can find all versions of the php package woenel/itexmo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download woenel/itexmo
More information about woenel/itexmo
Files in woenel/itexmo
Download woenel/itexmo
More information about woenel/itexmo
Files in woenel/itexmo
Please rate this library. Is it a good library?
Informations about the package itexmo
iTexMo
iTexMo API for Laravel.
Installation
Install using Composer
Publish the config file named itexmo.php
and set the iTexMo API code.
Usage
Send a Message
These are the three methods you can use to send a message:
1. Using facade
2. Instantiating class
3. Instantiating class (one-by-one)
You can choose any of them. Either way should work.
Return codes
- "0" = Success! Message is now on queue and will be sent soon.
- "1" = Invalid number.
- "2" = Number prefix not supported. Please contact us so we can add.
- "3" = Invalid ApiCode.
- "4" = Maximum Message per day reached. This will be reset every 12:00AM.
- "5" = Maximum allowed characters for message reached.
- "6" = System offline.
- "7" = Expired ApiCode.
- "8" = iTexMo Error. Please try again later.
- "9" = Invalid function parameters.
- "10" = Recipient's number is blocked due to flooding, message was ignored.
- "11" = Recipient's number is blocked temporarily due to hard sending and the message was ignored.
- "12" = Invalid request. You can't set message priorities on non corporate apicodes.
- "13" = Invalid or not registered custom sender ID.
Features
Implemented features
- [x] Send a Message
- [x] Check API Service Status and your SMS Server Status (Not in Usage/Documentaion as of the moment, will provide soon)
- [x] Check ApiCode Info and Status (Not in Usage/Documentaion as of the moment, will provide soon)
Planned features
- [ ] Show Pending or Outgoing SMS
- [ ] Delete All Pending or Outgoing SMS
- [ ] Queue a Message (Send a message by queueng)
All versions of itexmo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
guzzlehttp/guzzle Version ^6.3
laravel/framework Version 5.5.* || 5.6.*
guzzlehttp/guzzle Version ^6.3
laravel/framework Version 5.5.* || 5.6.*
The package woenel/itexmo contains the following files
Loading the files please wait ....