PHPackages                             akiban/akiban-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. akiban/akiban-php

ActiveLibrary

akiban/akiban-php
=================

REST Service Client for Akiban

531PHP

Since Apr 4Pushed 13y ago1 watchersCompare

[ Source](https://github.com/posulliv/php-akiban)[ Packagist](https://packagist.org/packages/akiban/akiban-php)[ RSS](/packages/akiban-akiban-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Akiban Web Service Client for PHP
=================================

[](#akiban-web-service-client-for-php)

Akiban Server has a [REST API](https://akiban.readthedocs.org/en/latest/service/restapireference.html). This client allows easy interaction with this API.

Installation
============

[](#installation)

Create `composer.json` file in your project root:

```
{
    "require": {
        "akiban/akiban-php": "dev-master"
    }
}

```

Then download `composer.phar` and run the install command:

```
curl -s http://getcomposer.org/installer | php && ./composer.phar install

```

Quick Examples
==============

[](#quick-examples)

```
