Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 741 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 741 Bytes

Seats.io API

Build Status

PLEASE NOTE
There is now an official seats.io php library. This library here will not be supported much longer.

Installation

Add HtmlPhpExcel in your composer.json:

{
    "require": {
        "ticketpark/seats-io-api": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update ticketpark/seats-io-api

Usage

See example.php.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE