blob: 6872708f9e134648c6d984ef8b7bd2a986b1adfe [file]
[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';
----