gravityrd / php-client
PHP client to access Gravity R&D
1.0.15
2018-05-18 09:01 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-03-15 02:04:35 UTC
README
PHP client API to access Gravity Research and Developments, for documentation please refer to this link.
Installation
Preferred installation is with composer:
$ composer require gravityrd/php-client
Without composer:
<?php require 'path/to/GravityClient.php'; use Gravity\GravityClient; use Gravity\GravityClientConfig; $client = new GravityClient(new GravityClientConfig());
Development
For development please use composer with development dependencies.