intelecom / smsgw
PHP client library for Intelecom SMS Gateway
Installs: 10 953
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 1
Requires
- php: >=5.2.1
- tcdent/php-restclient: ^0.1.4
Requires (Dev)
- mockery/mockery: >=0.7.2
- phing/phing: 2.*
- phpdocumentor/phpdocumentor: ^2.8
- phpunit/phpunit: 4.5.*
This package is not auto-updated.
Last update: 2025-03-29 21:45:20 UTC
README
Installation
You can install smsgw-client-php via composer or by downloading the source.
Via Composer:
smsgw-client-php is available on Packagist as the
intelecom/smsgw
package.
Via ZIP file:
Click here to download the source (.zip) which includes all dependencies.
Once you download the library, move the smsgw-client-php folder to your project directory and then include the library file:
require '/path/to/ssmgw-client-php/Intelecom/Intelecom_SMSGW.php';
and you're good to go!
Getting help
If you need help installing or using the library, please contact Intelecom Support at support.interactive@intele.com first.
If you have found a bug in the library or would like new features added, please go ahead and open issues or pull requests against this repo.