PHPackages                             fivesqrd/fluent-laravel - 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. [Framework](/categories/framework)
4. /
5. fivesqrd/fluent-laravel

ActiveLibrary[Framework](/categories/framework)

fivesqrd/fluent-laravel
=======================

A Laravel 5 service provider for including the Fluent PHP library.

v2.0.2(5y ago)03.0kPHPPHP &gt;=5.5.9

Since Apr 12Pushed 5y ago2 watchersCompare

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

READMEChangelogDependencies (3)Versions (7)Used By (0)

Fluent-Laravel
==============

[](#fluent-laravel)

Fluent package for Laravel 5.5+

### Install

[](#install)

```
composer require fivesqrd/fluent-laravel

```

For Laravel 5.5 and later a facade and service provider will be auto-discovered and you should be set to go:

```
#Send a test message
php artisan fluent:test me@mydomain.com

```

Using it in the app:

```

/* Using the facade to build and send notifications on the fly */

Route::get('/notification/send/{address}', function ($address) {
    $messageId = resolve('Fluent')->message()->create()
        ->title('My Laravel Message')
        ->paragraph('Lorem ipsum dolor sit amet, consectetur adipiscing elit.')
        ->to($address)
        ->subject('Testing from Laravel')
        ->send();

    return "Message has been sent - {$messageId}";
});

```

You can further customise your setup by adding the following values to your .env file:

```
FLUENT_KEY=mykey
FLUENT_SECRET=mysecret
FLUENT_NAME=default from name
FLUENT_EMAIL=defaultfromaddress@mydomain.com

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

Recently: every ~0 days

Total

6

Last Release

2165d ago

Major Versions

v1.1.2 → v2.0.02020-06-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/7326f7193078067ab21d775e45c06241d8cc03548c6c3191146d840f2e8277ba?d=identicon)[christianjburger](/maintainers/christianjburger)

---

Top Contributors

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

---

Tags

laravellaravel-5-packagetransactional-emailslaravellaravel 5

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fivesqrd-fluent-laravel/health.svg)

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

###  Alternatives

[laravel/nightwatch

The official Laravel Nightwatch package.

3486.1M13](/packages/laravel-nightwatch)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

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