gravityrd/php-client

PHP client to access Gravity R&D

Installs: 63 795

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 16

Forks: 1

Open Issues: 0

Language:HTML

1.0.15 2018-05-18 09:01 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:44:52 UTC


README

Latest Stable Version

Total Downloads

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.