PHPackages                             evaneos/berthe - 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. evaneos/berthe

ActiveLibrary[Framework](/categories/framework)

evaneos/berthe
==============

The model Framework made by Evaneos

v6.3.0(12y ago)186.3k31MITPHPPHP &gt;=5.4.0

Since Oct 11Pushed 5mo ago24 watchersCompare

[ Source](https://github.com/Evaneos/berthe)[ Packagist](https://packagist.org/packages/evaneos/berthe)[ Docs](http://github.com/oliviermadre/berthe)[ RSS](/packages/evaneos-berthe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (38)Used By (1)

berthe [![Travis](https://camo.githubusercontent.com/03c211f85201856154efdc091e8c04bc8c031a5e681f3062482415a53a473dc6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4576616e656f732f6265727468652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Evaneos/berthe)
==========================================================================================================================================================================================================================================================================================

[](#berthe--)

Utils
=====

[](#utils)

### Buffered Iterator

[](#buffered-iterator)

Useful when your logic can directly process a batch of result instead of one by one

```
$bufferIterator = new BufferedIterator(new FetcherIterator(new Service(), new FetcherBuilder(), 100);

foreach($bufferIterator as $results){
    dump($results); //contains 100 items

    $resource = new Resource($results, $composerName);
    $composed = $composerManager->compose($resource);
    $composedResource = $composed->getComposite();
    $composedResource = new Collection($composedResource, $transformer);
    $transformedRessource = $fractal->createData($composedResource)->toArray();

    //got your transformed batch instead of processing one by one or any overhead
}
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance50

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

36

Last Release

4603d ago

Major Versions

2.0.1 → 3.1.02013-10-11

3.1.1 → 4.2.02013-10-11

4.4.1 → 5.0.02013-10-11

v3.3.1 → v4.0.02013-10-11

v4.1.0 → v6.0.02013-10-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce23ed1138f8a71db04d8f1123a5daad8c5017341abb0e4aa2070e3434b3daa6?d=identicon)[oliviermadre](/maintainers/oliviermadre)

---

Top Contributors

[![oliviermadre](https://avatars.githubusercontent.com/u/1543271?v=4)](https://github.com/oliviermadre "oliviermadre (62 commits)")[![christophehurpeau](https://avatars.githubusercontent.com/u/302891?v=4)](https://github.com/christophehurpeau "christophehurpeau (35 commits)")[![SelrahcD](https://avatars.githubusercontent.com/u/1864786?v=4)](https://github.com/SelrahcD "SelrahcD (34 commits)")[![maffpool](https://avatars.githubusercontent.com/u/4547357?v=4)](https://github.com/maffpool "maffpool (19 commits)")[![Helgart](https://avatars.githubusercontent.com/u/2981447?v=4)](https://github.com/Helgart "Helgart (9 commits)")[![RomainJeff](https://avatars.githubusercontent.com/u/2117244?v=4)](https://github.com/RomainJeff "RomainJeff (6 commits)")[![yoan-evaneos](https://avatars.githubusercontent.com/u/21684758?v=4)](https://github.com/yoan-evaneos "yoan-evaneos (5 commits)")[![fhuitelec](https://avatars.githubusercontent.com/u/6122860?v=4)](https://github.com/fhuitelec "fhuitelec (4 commits)")[![qpautrat](https://avatars.githubusercontent.com/u/1844413?v=4)](https://github.com/qpautrat "qpautrat (3 commits)")[![AMSTKO](https://avatars.githubusercontent.com/u/408968?v=4)](https://github.com/AMSTKO "AMSTKO (3 commits)")[![robink](https://avatars.githubusercontent.com/u/116530?v=4)](https://github.com/robink "robink (3 commits)")[![rlvdx](https://avatars.githubusercontent.com/u/3263995?v=4)](https://github.com/rlvdx "rlvdx (1 commits)")[![remi-san](https://avatars.githubusercontent.com/u/5213540?v=4)](https://github.com/remi-san "remi-san (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/evaneos-berthe/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)

PHPackages © 2026

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