four-dem/four-dem

Official FourDem API library client for PHP

dev-master 2016-10-14 07:58 UTC

This package is not auto-updated.

Last update: 2024-05-01 18:34:55 UTC


README

Official 4Dem API library client for PHP

Installation

Make sure you have composer installed.

Add the following to your composer.json

{
    "require": {
        "four-dem/four-dem": "*"
    }
}

Update your dependencies

$ php composer.phar update

This package follows the PSR-0 convention names for its classes, which means you can easily integrate these classes loading in your own autoloader.

Versions

Works with [ 5.4 / 5.5 ]

Usage

<?php

// This file is generated by Composer
require_once 'vendor/autoload.php';

// Then we instantiate a client (as shown below)

Build a client

Using this api without authentication gives an error

Authorization header token
$client = new FourDem\Client('1a2b3', $clientOptions);

Contributors

Here is a list of Contributors

TODO

License

MIT

Bug Reports

Report here.

Contact

Alessandro Rovito (alessandro.rovito@gmail.com)