PHPackages                             ticketbureau/yii2-seatwave-api - 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. [API Development](/categories/api)
4. /
5. ticketbureau/yii2-seatwave-api

AbandonedYii2-extension[API Development](/categories/api)

ticketbureau/yii2-seatwave-api
==============================

Yii 2 Seatwave API extension. http://www.yiiframework.com

v1.4(10y ago)0279GPL-3.0+PHP

Since Aug 14Pushed 10y ago4 watchersCompare

[ Source](https://github.com/TicketBureau/yii2-seatwave-api)[ Packagist](https://packagist.org/packages/ticketbureau/yii2-seatwave-api)[ RSS](/packages/ticketbureau-yii2-seatwave-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

yii2-seatwave-api
=================

[](#yii2-seatwave-api)

This project is meant to be a easy way to connect with Seatwave API. All information about their API can be found at .

Create a configuration in main.php with the following values

```
    'components' => [
        ...
        'api' => [
            'class' => 'ticketbureau\seatwave\Connection',
            'endpoint' => 'http://api-sandbox.seatwave.com/v2/discovery/',
        ],
        ...
    ],
```

Here you have a sample model for Categories from Seatwave

```
