PHPackages                             berlioz/berlioz - 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. berlioz/berlioz

ActiveBerlioz-package[Framework](/categories/framework)

berlioz/berlioz
===============

Berlioz Framework

v3.2.0(2d ago)13611MITPHPPHP ^8.2CI passing

Since Feb 19Pushed 3w agoCompare

[ Source](https://github.com/BerliozFramework/Berlioz)[ Packagist](https://packagist.org/packages/berlioz/berlioz)[ Docs](https://getberlioz.com)[ RSS](/packages/berlioz-berlioz/feed)WikiDiscussions 3.x Synced today

READMEChangelog (3)Dependencies (81)Versions (6)Used By (1)

Berlioz Framework
=================

[](#berlioz-framework)

[![Latest Version](https://camo.githubusercontent.com/8c727ac030d57483c795c9f6c3bdf09e58776a79ac2a259080d0c1ffe36f0943/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265726c696f7a2f6265726c696f7a2e7376673f7374796c653d666c61742d737175617265)](https://github.com/BerliozFramework/Berlioz/releases)[![Packagist Dependency Version](https://camo.githubusercontent.com/700a7e1863baf5134a81023f4da4ef3ab8f707077e084a7da7dff5101791f7c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6265726c696f7a2f6265726c696f7a2f7068703f76657273696f6e3d332e782d646576267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/700a7e1863baf5134a81023f4da4ef3ab8f707077e084a7da7dff5101791f7c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6265726c696f7a2f6265726c696f7a2f7068703f76657273696f6e3d332e782d646576267374796c653d666c61742d737175617265)[![Software license](https://camo.githubusercontent.com/61962e10ae85d38a40509fe4e3d1a12d66c89b0a8a853f96b482134cdabd56ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4265726c696f7a4672616d65776f726b2f4265726c696f7a2e7376673f7374796c653d666c61742d737175617265)](https://github.com/BerliozFramework/Berlioz/blob/3.x/LICENSE)[![Build Status](https://camo.githubusercontent.com/fdeb1e6559756ddf40c2d6dbdfc39f4d315bfe2e36d49d86749c067030b9b6ef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f4265726c696f7a4672616d65776f726b2f4265726c696f7a2f74657374732e796d6c3f6272616e63683d332e78267374796c653d666c61742d737175617265266c6162656c3d7465737473)](https://github.com/BerliozFramework/Berlioz/actions/workflows/tests.yml?query=branch%3A3.x)

**Berlioz Framework** is a slim PHP framework, to easily publish your online projects like website, intranet, api... or all your creations!

> **All development, issues, and pull requests are managed in this monorepo.**
> Sub-repositories are automatically synchronized for each package.

📖 **[Full documentation](https://getberlioz.com)**

Quick start
-----------

[](#quick-start)

```
composer create-project berlioz/website-skeleton my-project --remove-vcs
```

That's it! You are ready to develop your project.

Features
--------

[](#features)

- **Lightweight &amp; fast** - Minimal overhead, designed to stay out of your way.
- **PSR compliant** - Implements PSR-7, PSR-11, PSR-14, PSR-17 and PSR-18 standards.
- **Monorepo architecture** - All packages are developed, tested and released together.
- **HTTP &amp; CLI** - First-class support for both web applications and command-line tools.
- **Standalone components** - Every component can be used independently in any PHP project.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Extensions: `fileinfo`, `intl`, `mbstring`, `xml`

Packages
--------

[](#packages)

This monorepo contains the following packages, each available as a standalone Composer package:

### Core

[](#core)

PackageDescription[**Core**](src/Core) `berlioz/core`Foundation of the framework: application lifecycle, configuration, debugging.[**Config**](src/Config) `berlioz/config`Configuration file management (JSON5, YAML, PHP).[**Service Container**](src/ServiceContainer) `berlioz/service-container`Dependency injection container (PSR-11).[**Event Manager**](src/EventManager) `berlioz/event-manager`Event dispatcher (PSR-14).[**Router**](src/Router) `berlioz/router`HTTP route management with PSR-7 support.### HTTP

[](#http)

PackageDescription[**HTTP Core**](src/Http/Core) `berlioz/http-core`HTTP application core: request handling, controllers, middlewares.[**HTTP Message**](src/Http/Message) `berlioz/http-message`PSR-7 HTTP messages and PSR-17 HTTP factories implementation.[**HTTP Client**](src/Http/Client) `berlioz/http-client`HTTP client with session/cookie support (PSR-18).### CLI

[](#cli)

PackageDescription[**CLI Core**](src/Cli/Core) `berlioz/cli-core`CLI application core: commands, console and lifecycle.### Components

[](#components)

PackageDescription[**Mailer**](src/Mailer) `berlioz/mailer`Email sending, with or without a local SMTP server.[**Form**](src/Form) `berlioz/form`HTML form building, validation and handling.[**FlashBag**](src/FlashBag) `berlioz/flash-bag`Flash messages (one-time user notifications).[**HTML Selector**](src/HtmlSelector) `berlioz/html-selector`Query HTML documents with CSS selectors.[**Queue Manager**](src/QueueManager) `berlioz/queue-manager`Background job processing with workers.### Integration packages

[](#integration-packages)

PackageDescription[**Twig Package**](src/Package/Twig) `berlioz/twig-package`Twig template engine integration.[**Hector Package**](src/Package/Hector) `berlioz/hector-package`Hector ORM integration for database access.[**Queue Manager Package**](src/Package/QueueManager) `berlioz/queue-manager-package`Queue Manager integration into the framework.Documentation
-------------

[](#documentation)

Full documentation is available at [**getberlioz.com**](https://getberlioz.com).

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

[](#contributing)

All contributions (bug reports, feature requests, pull requests) should be made on this monorepo. Sub-repositories are read-only mirrors and are automatically synchronized.

License
-------

[](#license)

Berlioz Framework is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance97

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

5

Last Release

2d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18268216?v=4)[Ronan Giron](/maintainers/ElGigi)[@ElGigi](https://github.com/ElGigi)

---

Top Contributors

[![ElGigi](https://avatars.githubusercontent.com/u/18268216?v=4)](https://github.com/ElGigi "ElGigi (119 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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