PHPackages                             php-packages/fluent - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. php-packages/fluent

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

php-packages/fluent
===================

Readability is the key.

1.0.0(11y ago)04741MITPHP

Since Feb 3Pushed 11y agoCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (1)

Fluent [![Build Status](https://camo.githubusercontent.com/e8d23aa6cb993331fb12656f91396145cf4f5abc4683f5dfc84ed5dd0436ac8e/68747470733a2f2f7472617669732d63692e6f72672f7068702d7061636b616765732f666c75656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/php-packages/fluent)
===============================================================================================================================================================================================================================================================================================

[](#fluent-)

Readability is the key. Version `1.0.1`.

Navigation
----------

[](#navigation)

- [Installation](#installation)
- [Usage](#usage)
- [Additional information](#additional-information)

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

[](#installation)

```
composer require php-packages/fluent
```

Usage
-----

[](#usage)

```
class A
{

    use \PhpPackages\Fluent\FluentTrait;
}

$a = new A;

$a->should->do->something("useful");
$a->getFluent()->getCalls(); # => ["should", "do", ["something", ["useful"]]]
$a->getFluent()->clearCalls();

$a->_jump_and_scream();
$a->postCatsInInstagram();
$a->getFluent()->getCalls(); # => ["jump", "and", "scream", "post", "cats", "in", "instagram"]
$a->getFluent()->clearCalls();

$a->doThat()->and->doThis(123, null);
$a->getFluent()->getCalls(); # => ["do", "that", "and", "do", ["this", [123, null]]]
```

Additional information
----------------------

[](#additional-information)

*Fluent* is licensed under the MIT License (MIT).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/270a6b451bb75c99beae25836d16453daf58531cfac6baecd8d0a72059baa44b?d=identicon)[bound1ess](/maintainers/bound1ess)

---

Top Contributors

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

---

Tags

interfacesfluent

### Embed Badge

![Health badge](/badges/php-packages-fluent/health.svg)

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

###  Alternatives

[symfony/event-dispatcher-contracts

Generic abstractions related to dispatching event

3.4k756.5M424](/packages/symfony-event-dispatcher-contracts)[symfony/service-contracts

Generic abstractions related to writing services

2.6k860.1M360](/packages/symfony-service-contracts)[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28656.0k4](/packages/samrap-acf-fluent)

PHPackages © 2026

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