robertosviluppo / amm-sms-php-wrapper
Php wrapper for AMM SMS API
0.1.0
2020-10-03 12:24 UTC
Requires
- php: >=7.3
- ext-json: *
- guzzlehttp/guzzle: ^7.1
Requires (Dev)
- php-coveralls/php-coveralls: ^2.3
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2025-04-29 01:10:34 UTC
README
CI - CD | Status |
---|---|
Travis CI | |
Coveralls |
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
AMM SMS PHP wrapper
is a simply PHP wrapper, intended to use it with AMM provider.
Setup and install
$ composer require robertosviluppo/amm-sms-php-wrapper
Usage
Test
Contributions
Contributions are welcome and will be fully credited. See CONTRIBUTING.md
for details.
To use different SSH key per-project
git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null"