2017 © Pedro Peláez
 

library eventbrite

image

casinelli/eventbrite

  • Thursday, March 26, 2015
  • by Casinelli
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Eventbrite

Eventbrite APIs for Laravel 4., (*1)

Installation

Begin by installing this package through Composer., (*2)

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

Getting started

To create a new event:, (*3)

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

// Creates a new event
$eventbrite->createEvent('Dine with Inez', 'A huge feast of oil and mayo!!!', $startDate, $endDate, $timezone, $details);

Better documentation coming soon., (*4)

The Versions

26/03 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Avatar Casinelli