PHPackages                             sandeepchowdary7/laraeventful - 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. sandeepchowdary7/laraeventful

ActiveLibrary[API Development](/categories/api)

sandeepchowdary7/laraeventful
=============================

Simple and extensible Eventful API PHP Client with Laravel Support based on Guzzle 6

V1.1.0(6y ago)15MITPHPPHP ^7.1

Since Jul 7Pushed 6y agoCompare

[ Source](https://github.com/sandeepchowdary7/eventful)[ Packagist](https://packagist.org/packages/sandeepchowdary7/laraeventful)[ Docs](https://github.com/sandeepchowdary7/laraeventful)[ RSS](/packages/sandeepchowdary7-laraeventful/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Eventful API Laravel Wrapper
============================

[](#eventful-api-laravel-wrapper)

A Laravel wrapper for Eventful's PHP wrapper for their REST API
---------------------------------------------------------------

[](#a-laravel-wrapper-for-eventfuls-php-wrapper-for-their-rest-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6f9c8c04b4366ac038e4c2ef6faa42442ecdff883fdb05feed4ec7e415d36649/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616e6465657063686f7764617279372f6c6172616576656e7466756c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sandeepchowdary7/laraeventful)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](license.md)[![Total Downloads](https://camo.githubusercontent.com/d787beb607727cf4d5e91d1162b74604219f7d3fe6499cc46d9c201486bc84e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e6465657063686f7764617279372f6c6172616576656e7466756c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sandeepchowdary7/laraeventful)

Simple and extensible Eventful API PHP Client with Laravel Facade and ServiceProvider based on Guzzle 6 Currently it supports only userless endpoint requests.

### Installation

[](#installation)

1. Add the package as a dependency in your composer.json

```
composer require sandeepchowdary7/laraeventful

```

2. publish the vendor config file

```
php artisan vendor:publish --provider="Sandeepchowdary7\Laraeventful\LaraeventfulServiceProvider"

```

3. Add your Eventful API token to the config file located in app/config/eventful.php. I recommend you add this key to your project .env file instead of directly adding it to your config file. You can find your API token at the user settings page ().

```
EVENTFUL_APP_KEY=your app key here

```

### Laravel &lt;= 5.4

[](#laravel--54)

1. Add the following line to your providers array in your `config/app.php` file

```
Sandeepchowdary7\Laraeventful\LaraeventfulServiceProvider::class,

```

2. Add the following line to your aliases array in your `config/app.php` file

```
'Eventful' => Sandeepchowdary7\Laraeventful\Facade\LaraeventfulFacade::class,

```

### The following functions are available:

[](#the-following-functions-are-available)

### Init Eventful rqst

[](#init-eventful-rqst)

```
 $event = new Eventful();

```

### For City Events Info

[](#for-city-events-info)

```
 $event = new Eventful();
 $event->getCityEvents($cityName);

```

For more information about the REST API go to this link:

License
-------

[](#license)

The MIT License (MIT). Please see [License File](license.md) for more information.

```

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

2499d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ce09eb83094ef068c0f4170c9c7ffffdf769ff2bd63d572cbcf29e3a27484b6?d=identicon)[sandeep07](/maintainers/sandeep07)

---

Top Contributors

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

---

Tags

phpapiclientlaravelEventful

### Embed Badge

![Health badge](/badges/sandeepchowdary7-laraeventful/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[google-gemini-php/laravel

Google Gemini PHP for Laravel is a supercharged PHP API client that allows you to interact with the Google Gemini AI API

614397.1k4](/packages/google-gemini-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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