PHPackages                             rauwebieten/eventbrite-sdk-php - 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. rauwebieten/eventbrite-sdk-php

ActiveLibrary[API Development](/categories/api)

rauwebieten/eventbrite-sdk-php
==============================

PHP SDK for the Eventbrite API.

1.0.3(6y ago)022PHP

Since Aug 27Pushed 6y agoCompare

[ Source](https://github.com/rauwebieten/eventbrite-sdk-php)[ Packagist](https://packagist.org/packages/rauwebieten/eventbrite-sdk-php)[ RSS](/packages/rauwebieten-eventbrite-sdk-php/feed)WikiDiscussions master Synced today

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

================== eventbrite-sdk-php
=====================================

[](#eventbrite-sdk-php)

[![Build Status](https://camo.githubusercontent.com/1e96e5f002aee36a753594728d203c6eb0aae209a68f8ceca900d129eb68ece2/68747470733a2f2f7472617669732d63692e6f72672f6576656e7462726974652f6576656e7462726974652d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eventbrite/eventbrite-sdk-php)[![Latest Stable Version](https://camo.githubusercontent.com/49508dbb08cbcda051425a168e6ad2d846c2979d74118025b538100f56dc6172/68747470733a2f2f706f7365722e707567782e6f72672f6576656e7462726974652f6576656e7462726974652d73646b2d7068702f762f737461626c65)](https://packagist.org/packages/eventbrite/eventbrite-sdk-php)[![Total Downloads](https://camo.githubusercontent.com/4d5f8a7480bc706b44cc50e35ccbbf362de4d33ee491ecfed5af5450d2574c4a/68747470733a2f2f706f7365722e707567782e6f72672f6576656e7462726974652f6576656e7462726974652d73646b2d7068702f646f776e6c6f616473)](https://packagist.org/packages/eventbrite/eventbrite-sdk-php)[![License](https://camo.githubusercontent.com/f84a87ea0572288d31cee554f6e313e05e9ad5f451277415217cdf6a165e3e4c/68747470733a2f2f706f7365722e707567782e6f72672f6564656e2f6576656e7462726974652f6c6963656e7365)](https://packagist.org/packages/eden/eventbrite)

- Official Eventbrite\_ SDK for PHP
- API Reference:
- You can register an Eventbrite app at

Installation
------------

[](#installation)

Clone the repo. Once this is public we can add version control and installation via composer.

The Eventbrite PHP SDK makes it easy to interact with the Eventbrite API:

.. code-block:: php

```
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:

.. code-block:: php

```
php > $user = $client->get('/users/me/');
php > $user['id'];
1234567890
php > $user['name'];
php > Serena Williams

```

Contributing
------------

[](#contributing)

Bug reports and pull requests are welcome on GitHub at .

License
-------

[](#license)

The library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Total

4

Last Release

2413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59acbf4a62b72eba36a902011e336653854d735158432c0c3b382d95b4236589?d=identicon)[rauwebieten](/maintainers/rauwebieten)

---

Top Contributors

[![malina-eb](https://avatars.githubusercontent.com/u/16832129?v=4)](https://github.com/malina-eb "malina-eb (25 commits)")[![rauwebieten](https://avatars.githubusercontent.com/u/11740475?v=4)](https://github.com/rauwebieten "rauwebieten (3 commits)")[![miguelpinoa](https://avatars.githubusercontent.com/u/7907081?v=4)](https://github.com/miguelpinoa "miguelpinoa (1 commits)")[![vartec](https://avatars.githubusercontent.com/u/2284726?v=4)](https://github.com/vartec "vartec (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rauwebieten-eventbrite-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/rauwebieten-eventbrite-sdk-php/health.svg)](https://phpackages.com/packages/rauwebieten-eventbrite-sdk-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
