natsu90/nexmo-php

A Nexmo PHP library wrapper.

dev-master 2015-04-02 12:15 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:09:48 UTC


README

Build Status SensioLabsInsight

Requirements

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.