Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 657 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 657 Bytes

Eventbrite

( Note this is very out of data ... not recomended )

Eventbrite APIs for Laravel 5.

Installation

Begin by installing this package through Composer.

{
    "require": {
        "sqrc/eventbrite": "dev-master"
    }
}

Getting started

To create a new event:

$eventbrite = new \Sqrc\Eventbrite\Eventbrite("YOUR_APP_KEY", "YOUR_USER_KEY");

// Creates a new event
$eventbrite->createEvent('Hackfest for all', 'Code for 30 Hours straight.', $startDate, $endDate, $timezone, $details);

Better documentation coming soon.

Laravel 5

I have just taken this package on and am testing for Laravel 5 compatibility.