| [source,shell] | |
| ---- | |
| composer require apache/apache-ignite-client | |
| ---- | |
| To use the client in your application, include the `vendor/autoload.php` file, generated by Composer, to your source code, eg. | |
| [source,php] | |
| ---- | |
| require_once __DIR__ . '/vendor/autoload.php'; | |
| ---- |