natsu90 / nexmo-php
A Nexmo PHP library wrapper.
dev-master
2015-04-02 12:15 UTC
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-01-18 19:14:14 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.