PHPackages                             cerbero/fluent-api - 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. cerbero/fluent-api

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

cerbero/fluent-api
==================

Framework agnostic base package to extend for creating fluent APIs from scratch or on top of existing ones.

1.4.0(10y ago)047MITPHPPHP ~5.6|~7.0

Since Apr 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cerbero90/fluent-api)[ Packagist](https://packagist.org/packages/cerbero/fluent-api)[ Docs](https://github.com/cerbero90/fluent-api)[ RSS](/packages/cerbero-fluent-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (9)Used By (0)

API Client
==========

[](#api-client)

[![Author](https://camo.githubusercontent.com/73e6f53653e58136b44a6406e113f7d984da8b77f44227e0159538d0a16061db/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406365726265726f39302d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/cerbero90)[![Latest Version on Packagist](https://camo.githubusercontent.com/b28e817a2df95505c402bd81b1050e04c16cbc759f4440df6b2bbdaaba33eaea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6365726265726f2f666c75656e742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cerbero/fluent-api)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/03e840f4cdc103f209a27a0eb683a6b846d05a2a92114f5881a0a839b2902606/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6365726265726f39302f666c75656e742d6170692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cerbero90/fluent-api)[![Coverage Status](https://camo.githubusercontent.com/db056cbc37c0afb56ac9bdb57142fe75d8d2ddc67db6b50498b4bc7c06f158c6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6365726265726f39302f666c75656e742d6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cerbero90/fluent-api/code-structure)[![Quality Score](https://camo.githubusercontent.com/0a1e05c766ea7ec43fb04acd0a1567604015315ea8256c9cf25fad0dcb58541f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6365726265726f39302f666c75656e742d6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cerbero90/fluent-api)[![StyleCI](https://camo.githubusercontent.com/c74f699debb109861e69ac5d76baa7857146073caa21c1843e7925ddf179d810/68747470733a2f2f7374796c6563692e696f2f7265706f732f35363432353238332f736869656c64)](https://styleci.io/repos/56425283)[![Total Downloads](https://camo.githubusercontent.com/8ee4085f07a7e4cfdf690b32e1a293182f88704e7cedacfeba3dd2ce6776e1e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6365726265726f2f666c75656e742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cerbero/fluent-api)[![Gratipay](https://camo.githubusercontent.com/61e083b9eab13e783171ad3a7d5708d9e13f82a5c3a47dd2defea5d43bee49b5/68747470733a2f2f696d672e736869656c64732e696f2f67726174697061792f6365726265726f2e7376673f7374796c653d666c61742d737175617265)](https://gratipay.com/cerbero)

[![SensioLabsInsight](https://camo.githubusercontent.com/30bdcb11490ef6dd383b4470491f4f2eb2421be4d8b9f7e632cbeea75ddc8ad9/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39663538623032362d303937352d343766322d623766322d3231363661303036346337352f6269672e706e67)](https://insight.sensiolabs.com/projects/9f58b026-0975-47f2-b7f2-2166a0064c75)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install
-------

[](#install)

Via Composer

```
composer require cerbero/fluent-api
```

Usage
-----

[](#usage)

```
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Andrea Marco Sartori](https://twitter.com/cerbero90)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

6

Last Release

3710d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/596523?v=4)[Matteo Picciolini](/maintainers/cerbero)[@cerbero](https://github.com/cerbero)

---

Tags

httpapiclientfluent-apicerbero

###  Code Quality

TestsBehat

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/cerbero-fluent-api/health.svg)

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

###  Alternatives

[printu/labelary

PHP API for Labelary.com

34630.4k](/packages/printu-labelary)[printu/customerio

PHP API for Customer.io

241.2M2](/packages/printu-customerio)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

12261.2k1](/packages/e-moe-guzzle6-bundle)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

177.2k1](/packages/meteocontrol-vcom-api-client)[laragear/api-manager

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

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

PHPackages © 2026

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