Berlioz Framework
This 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.
Installation
From composer, you can duplicate the skeleton of Berlioz Framework :
Go to documentation
composer create-project berlioz/website-skeleton my-project --remove-vcs
That's clone the default skeleton of project in the my-project
directory.
Associated libraries
Some projects are associated to the framework for a greater experience.
- berlioz/mailer: little mailer library to send email from your website
- berlioz/db-manager: little library to manage database and entities
- berlioz/doc-parser: library to convert MarkDown, reStructuredText... into usable website