PHPackages                             leoplatform/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. leoplatform/php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

leoplatform/php
===============

SDK for Leo Innovation Platform

3.0.2(11mo ago)013.7k↓36.7%18[1 PRs](https://github.com/LeoPlatform/PHP/pulls)MITPHPPHP &gt;=5.6.0

Since Aug 9Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/LeoPlatform/PHP)[ Packagist](https://packagist.org/packages/leoplatform/php)[ RSS](/packages/leoplatform-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

LeoPlatform/PHP
===============

[](#leoplatformphp)

LEO PHP SDK

A php interface to interact with the LEO Platform

Documentation:

How to install the LEO SDK
==========================

[](#how-to-install-the-leo-sdk)

Pre-Requisites
--------------

[](#pre-requisites)

1. Install the aws-cli toolkit - Instructions for this are found at
2. Configure the aws-cli tools - Instructions are found at

Install SDK
-----------

[](#install-sdk)

1. Two ways to install.

Directly from composer: ()

```
curl -sS https://getcomposer.org/installer | php
php composer.phar require leoplatform/php

```

Or using the GitHub Repository:

Create or add to your composer.json

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/LeoPlatform/PHP.git"
        }
    ],
    "require": {
        "leoplatform/php": "dev-master"
    }
}

```

Then run the install command:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

```

Or if you already have composer installed:

```
$ composer install

```

Example Usage
-------------

[](#example-usage)

Create a leo\_config.php. Example:

```
