PLEASE NOTE
There is now an official seats.io php library. This library here will not be supported much longer.
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
See example.php.
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE