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

ActiveLibrary[API Development](/categories/api)

exiang/eventbrite-sdk-php
=========================

PHP SDK for the Eventbrite API.

1.0.9(6y ago)0408MITPHPPHP &gt;=5.4

Since Oct 10Pushed 6y agoCompare

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

READMEChangelog (3)DependenciesVersions (9)Used By (0)

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

[](#eventbrite-sdk-php)

- 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 > $client = new exiang\eventbrite\HttpClient(USER_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 William

```

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~91 days

Recently: every ~158 days

Total

8

Last Release

2497d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3

1.0.5PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/b95a3d6b7b5105dacdacd0ffbd7587cb36b2b8067c5e7f589263fb81a29f8557?d=identicon)[exiang](/maintainers/exiang)

---

Top Contributors

[![malina-eb](https://avatars.githubusercontent.com/u/16832129?v=4)](https://github.com/malina-eb "malina-eb (25 commits)")[![zerolfc](https://avatars.githubusercontent.com/u/5167436?v=4)](https://github.com/zerolfc "zerolfc (22 commits)")[![exiang](https://avatars.githubusercontent.com/u/5336690?v=4)](https://github.com/exiang "exiang (6 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)")

---

Tags

phpapieventbriteevent brite

### Embed Badge

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

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

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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