sphereengine/php-client
最新稳定版本:v1.0.9
Composer 安装命令:
composer require sphereengine/php-client
包简介
PHP Client for Sphere Engine
README 文档
README
The Sphere Engine platform features 60+ compilers of all the most popular programming languages. Starting from now, you can forget about setting up, maintaining and updating your own programming environment.
Our service lets you compile code online through our servers. The possibilities are endless: from mobile apps to education to online-enabled IDE's.
Installation
Install php-client using Composer.
composer require sphereengine/php-client
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Examples
You will find many examples in the Examples folder.
Unit tests
Run the following command to fetch data from submodules.
git submodule update --init --recursive
Please note that you need to have your ssh public key associated with your GitHub account to do this.
The API server is mocked. It's enough to run "phpunit" command in the base directory of the project to run unit tests.
统计信息
- 总下载量: 11.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-02-09