gravityrd/php-client

PHP client to access Gravity R&D

Maintainers

Package info

github.com/gravityrd/php-client

Language:HTML

pkg:composer/gravityrd/php-client

Statistics

Installs: 76 967

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

1.0.15 2018-05-18 09:01 UTC

This package is not auto-updated.

Last update: 2026-03-15 02:04:35 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.