Nucleon is a web application that uses Phalcon . Our philosophy is to make the web faster, with enjoyable development.
Nucleon, with Phalcon, attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container, and simple service registration.
- Multiple back-ends for session and cache storage.
- Database agnostic schema migration.
- HMVC Structure.
- Micro & Fullstack kernel.
\> composer create-project nucleon/nucleon app-root
Read installation documentation
- PHP 5.6 - 7.2 (>= 5.6 & <7.3)
- Phalcon 3 (~3.0)
- ext-mbstring
- ext-openssl
Nucleon uses composer. So you can use all your libraries prefer as you wish!
The php quark optimize
command will optimize autoloading using the phalcon loader (best performing autoloader !)