robertosviluppo / amm-sms-php-wrapper
Php wrapper for AMM SMS API
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/robertosviluppo/amm-sms-php-wrapper
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-11-29 02:44:23 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"