nucleon/framework

Phalcon extended framework. (Nucleon:Kernel)

v1.3.2 2020-03-05 13:12 UTC

README

68747470733a2f2f7068616c636f6e2d6e75636c656f6e2e6769746875622e696f2f696d672f6e75636c656f6e2e737667

Nucleon : Phalcon extended framework. (Kernel)

Build Status Coverage Status

Note: This repository contains the core code of the Nucleon framework. If you want to build an application using Nucleon, visit the main Nucleon repository.

About

  • Powerful bootstrap for Phalcon
  • Optimizer (neutrino\optimizer)
    • Framework optimizer. Compile the main code & classes that are frequently used into one single file.
    • Auto-Loader Optimizer. Transalte the composer autoloader, in Phalcon autoloader.
  • Middleware
    • Logic
    • Throttle middleware
  • Model
    • Lowest resource consumption for model description.
  • Auth
    • Manager
    • Throttle login
  • Cache Strategy
    • Allow to manage multiple backend cache storage
  • Providers
    • Lazy instantiation of all phalcon & neutrino services. Loaded once (for shared), when needed.
  • Facades
    • Allows you to use the facade pattern
  • Migrations
    • Migrations are like version control for your database. (inspired from laravel migrations)
  • Console (neutrino\cli)
  • Dotconst (neutrino\const)

Resource