natsu90 / nexmo-php
A Nexmo PHP library wrapper.
Installs: 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/natsu90/nexmo-php
Requires
- php: >=5.3.3
- ext-mbstring: *
- guzzlehttp/guzzle: ~5.2
Requires (Dev)
- phpunit/phpunit: ~4.1
- vlucas/phpdotenv: ~1.1
This package is not auto-updated.
Last update: 2025-10-11 23:11:37 UTC
README
Requirements
- PHP >= 5.3.3
- Composer.
Installation
The recommended way to install PHP Boilerplate is through Composer.
$ composer create-project dosten/php-boilerplate path/ dev-master
Otherwise, install the library yourself.
Contributing
See CONTRIBUTING.md file.
Running Tests
Install the Composer dev
dependencies:
$ composer install --dev
Then, run the test suite using PHPUnit:
$ phpunit
License
PHP Boilerplate is released under the MIT License. See the bundled LICENSE file for details.