承接 muratymt/ignite-client 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

muratymt/ignite-client

Composer 安装命令:

composer require muratymt/ignite-client

包简介

PHP Client for GridGain Community Edition

README 文档

README

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

composer require gridgain/gridgain-client

To use the client in your application, include vendor/autoload.php file, generated by Composer, to your source code, eg.

require_once __DIR__ . '/vendor/autoload.php';

Installation from Sources

This way is more suitable for developers or if you install client from zip archive.

  1. Download and/or unpack GridGain PHP client sources to gridgain_client_path
  2. Go to gridgain_client_path folder
  3. Execute composer install --no-dev command
cd gridgain_client_path
composer install --no-dev

To use the client in your application, include vendor/autoload.php file, generated by Composer, to your source code, eg.

require_once "<gridgain_client_path>/vendor/autoload.php";

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:

composer update gridgain/gridgain-client

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

  1. Run GridGain server - locally or remotely - if not run yet.

  2. If needed, modify ENDPOINT constant in an example source file - GridGain node endpoint. The default value is 127.0.0.1:10800.

  3. Run an example by calling php <example_file_name>.php, eg:

cd gridgain_client_path/examples
php CachePutGetExample.php

Refer to Examples ReadMe for detailed descriptions of examples.

For more information, see GridGain PHP Thin Client documentation.

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GridGain
  • 更新时间: 2022-06-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固