{contenu}The "main" of helPHP is a corpus of libraries, modules and utilities, it is necessary to combine them to create a project.
Each project generally has commonalities, and by bringing them together we have created for you a "basic project" instance.

The basic instance is a set-up of ready-to-use modules, with an installation script and everything necessary to start a new project.
You can adapt it simply by modifying its configuration file, adding/removeing modules etc, but above all you will find that it weighs almost nothing!
Indeed, we call it "an instance" for two reasons:
- Modules are called by small index files from the "admin" and "public" folders, and remain in the "main". However, they can be extended from these files.
- Each instance can be copied and replicated for parallel execution in a cloud, or to create project variants (e.g. a collection of websites).
Before you see in detail what it contains, here is a small overview of its features.
VIDEO IN WIP