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:
- Hierarchy of directories
- Configuration
- Service Container
- Packages
- Controllers
- Middlewares
- Routing
- Templates
- ORM
- Forms
Advanced usage
If you want go further with Berlioz Framework, you can consult: