Download the PHP package gridgain/client without Composer
On this page you can find all versions of the php package gridgain/client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gridgain/client
More information about gridgain/client
Files in gridgain/client
Package client
Short Description PHP Client for GridGain Community Edition
License GridGain Community
Homepage https://github.com/gridgain/gridgain
Informations about the package client
PHP Thin Client for GridGain
Installation
The client requires PHP version 7.2 or higher (http://php.net/manual/en/install.php) and Composer Dependency Manager (https://getcomposer.org/download/).
The client additionally requires PHP Multibyte String extension. Depending on you PHP configuration you may need to additionally install/configure it (http://php.net/manual/en/mbstring.installation.php)
Installation from the PHP Package Repository
This is a recommended way for users. Run from your application root
To use the client in your application, include vendor/autoload.php
file, generated by Composer, to your source code, eg.
Installation from Sources
This way is more suitable for developers or if you install client from zip archive.
- Download and/or unpack GridGain PHP client sources to
gridgain_client_path
- Go to
gridgain_client_path
folder - Execute
composer install --no-dev
command
To use the client in your application, include vendor/autoload.php
file, generated by Composer, to your source code, eg.
Updating to newer version
To update version of client used in your project, just update version in your "require" section of composer.json and run the following command:
Full Examples
PHP Thin Client contains examples to demonstrate the main behavior of the client.
Examples Installation
Examples are installed during installation of the whole GridGain client from sources.
Examples Setup and Running
-
Run GridGain server - locally or remotely - if not run yet.
-
If needed, modify
ENDPOINT
constant in an example source file - GridGain node endpoint. The default value is127.0.0.1:10800
. - Run an example by calling
php <example_file_name>.php
, eg:
Refer to Examples ReadMe for detailed descriptions of examples.
For more information, see GridGain PHP Thin Client documentation.
All versions of client with dependencies
ext-mbstring Version *
php-ds/php-ds Version ^1.2
brick/math Version ^0.7