dev-master
9999999-devPHP SDK for the Eventbrite API.
The Development Requires
Wallogit.com
2017 © Pedro Peláez
==================, (*1)
Clone the repo. Once this is public we can add version control and installation via composer., (*3)
The Eventbrite PHP SDK makes it easy to interact with the Eventbrite API:, (*4)
.. code-block:: php, (*5)
php > require_once('HttpClient.php');
php > $client = new HttpClient('TOKEN');
php > $user = $client->get_user(1234567890);
php > $user['id'];
php > 1234567890
php > $user['name'];
php > Serena Williams
You can also specify API endpoints manually:, (*6)
.. code-block:: php, (*7)
php > $user = $client->get('/users/me/');
php > $user['id'];
1234567890
php > $user['name'];
php > Serena Williams
Bug reports and pull requests are welcome on GitHub at https://github.com/eventbrite/eventbrite-sdk-python., (*8)
The library is available as open source under the terms of the MIT License., (*9)
PHP SDK for the Eventbrite API.