# php-client

[![Build Status](https://travis-ci.org/sphere-engine/php-client.svg?branch=master)](https://travis-ci.org/sphere-engine/php-client)

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.

http://www.sphere-engine.com

Unit tests
----------

Run the following command to fetch data from submodules.
```
git submodule update --init --recursive
```

The API server is mocked. It's enough to run "phpunit" command in the base directory of the project to run unit tests.
