PHPackages                             fortean/laravel-festivus - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. fortean/laravel-festivus

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fortean/laravel-festivus
========================

Festivus: A Guzzle-based REST client for Laravel with packaged service descriptions.

5.0.0(11y ago)921[1 issues](https://github.com/fortean/laravel-festivus/issues)MITPHPPHP &gt;=5.4

Since Apr 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/fortean/laravel-festivus)[ Packagist](https://packagist.org/packages/fortean/laravel-festivus)[ Docs](https://github.com/fortean/laravel-festivus)[ RSS](/packages/fortean-laravel-festivus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Festivus for the REST of us... A Guzzle-based REST client for Laravel 5 with packaged service descriptions.
===========================================================================================================

[](#festivus-for-the-rest-of-us-a-guzzle-based-rest-client-for-laravel-5-with-packaged-service-descriptions)

Festivus provides a Laravel 5 Facade wrapping Guzzle with helpers that make it drop-dead simple to use. Eloquent models can be hydrated from service calls and APIs are defined by service descriptions. What more could you ask for? An aluminum pole?

### Contents

[](#contents)

- [Installation](#installation)
- [Thanks](#thanks)
- [License](#license)

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

[](#installation)

Add laravel-festivus to your composer.json file:

```
"require": {
  "laravel-festivus": "5.0.*"
}

```

Use composer to install this package.

```
$ composer update

```

### Registering the Package

[](#registering-the-package)

Register the service provider within the `providers` array found in `app/config/app.php`:

```
'providers' => array(
	// ...

	'Fortean\Festivus\FestivusServiceProvider'
)
```

Add an alias within the `aliases` array found in `app/config/app.php`:

```
'aliases' => array(
	// ...

	'Festivus' => 'Fortean\Festivus\Facade\Festivus',
)
```

Thanks
------

[](#thanks)

Thanks to the Guzzle crew for making such an awesome client! Without you guys, I'd still be hand-coding silly REST calls!

License
-------

[](#license)

This library is licensed under the [MIT license](LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

4063d ago

Major Versions

4.0.0 → 5.0.02015-04-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bd9847f1b600992a31792d8c44e7fd56a6cbde7afe2847f96675ca8036b1270?d=identicon)[bmwalter68](/maintainers/bmwalter68)

---

Top Contributors

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

---

Tags

laravelrestGuzzlefestivus

### Embed Badge

![Health badge](/badges/fortean-laravel-festivus/health.svg)

```
[![Health](https://phpackages.com/badges/fortean-laravel-festivus/health.svg)](https://phpackages.com/packages/fortean-laravel-festivus)
```

###  Alternatives

[pusher/pusher-http-laravel

\[DEPRECATED\] A Pusher bridge for Laravel

400509.0k3](/packages/pusher-pusher-http-laravel)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4413.3k](/packages/illuminatech-data-provider)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)[darkin1/intercom

Wrapper on the Intercom class provided by Intercom - with support for Laravel 5.x, 6.x, 7.x

1587.5k](/packages/darkin1-intercom)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

161.8k](/packages/laragear-api-manager)

PHPackages © 2026

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