/client

PHP client for Tarantool

Primary LanguagePHPMIT LicenseMIT

PHP client for Tarantool

Build Status Scrutinizer Code Quality Code Coverage

Installation

The recommended way to install the library is through Composer:

$ composer require tarantool/client

Tests

To run unit tests:

$ phpunit --testsuite Unit

To run integration tests:

$ phpunit --testsuite Integration

To run all tests:

$ phpunit

License

The library is released under the MIT License. See the bundled LICENSE file for details.