PHPackages                             cg/eventful - 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. cg/eventful

ActiveLibrary

cg/eventful
===========

Eventful.com wrapper.

0592PHP

Since Mar 7Pushed 10y agoCompare

[ Source](https://github.com/carlos-granados/Eventful)[ Packagist](https://packagist.org/packages/cg/eventful)[ RSS](/packages/cg-eventful/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Eventful [![StyleCI](https://camo.githubusercontent.com/066c1086976317518d6be04cd1cd82d4ee149334a0717041a43dd0ab1f272a1f/68747470733a2f2f7374796c6563692e696f2f7265706f732f323330373930322f736869656c64)](https://styleci.io/repos/2307902)
===========================================================================================================================================================================================================================================

[](#eventful-)

API Key
-------

[](#api-key)

You'll need to register for an API key from Eventful.com - see [api.eventful.com](http://api.eventful.com).

Documentation
-------------

[](#documentation)

This class includes only two functions which are required to request and process information from Eventful.

To get started:

```
use BlueBayTravel\Eventful;

$ev = new Eventful(API_KEY);
```

Then you need to login:

```
$evLogin = $ev->login(API_USERNAME, API_PASSWORD);
```

The `login` method simply calls the API request `users/login` but handles all of the `nonce` and `response` for you.

You can boolean check `$evLogin` to see if the login has been successful.

Now that you're logged in, you can use the `call` method to make API requests!

```
$locationSearch = [
    'location' => 'Mexico'
];

$evEvent = $ev->call('events/search' ,$locationSearch);

var_dump($evEvent);
```

License
=======

[](#license)

[MIT](/LICENSE)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![jbrooksuk](https://avatars.githubusercontent.com/u/246103?v=4)](https://github.com/jbrooksuk "jbrooksuk (15 commits)")

### Embed Badge

![Health badge](/badges/cg-eventful/health.svg)

```
[![Health](https://phpackages.com/badges/cg-eventful/health.svg)](https://phpackages.com/packages/cg-eventful)
```

PHPackages © 2026

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