The recommended way to install the library is through Composer:
$ composer require tarantool/client
To run unit tests:
$ phpunit --testsuite Unit
To run integration tests:
$ phpunit --testsuite Integration
To run all tests:
$ phpunit
The library is released under the MIT License. See the bundled LICENSE file for details.