Berlioz Framework

A slim, lightweight PHP framework to easily build and publish your online projects: websites, intranets, APIs and web applications.

Built on PSR standards with dependency injection, attribute-based routing, and Twig templating. Open source under the MIT license.

Get started Source code
$ composer create-project berlioz/website-skeleton my-project --remove-vcs

Getting started

Introduction

Berlioz Framework is a slim PHP framework, to easily publish your online projects like website, intranet, api… or all your creations ! Berlioz, it’s a simple and effective alternative PHP framework to the market.

Quick start

You want to install quickly a Berlioz project?

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

Option --remove-vcs to remove default .git directory.

It’s done! You are ready to develop your project!

Need help to configure your http server?.

Concepts and basic uses

You are now ready to develop on your project!

You must understand some concepts of the Berlioz Framework:

Standalone components

Berlioz Framework is built on top of standalone PHP components. Each component can be used independently in any PHP project:

Advanced usage

If you want go further with Berlioz Framework, you can consult:

Last updated: Wed, 18 Feb 2026 11:34