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(6y ago)03.0kPHPPHP &gt;=5.5.9

Since Apr 12Pushed 6y 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 2d 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 62% 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

2212d ago

Major Versions

v1.1.2 → v2.0.02020-06-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43279?v=4)[christianjburger](/maintainers/christianjburger)[@christianjburger](https://github.com/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/octane

Supercharge your Laravel application's performance.

4.0k26.6M222](/packages/laravel-octane)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[laravel/nightwatch

The official Laravel Nightwatch package.

36210.1M36](/packages/laravel-nightwatch)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[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.

3991.8k](/packages/codewithdennis-larament)

PHPackages © 2026

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