Status: Currently working to replace custom Dependency Injection with Auryn. The current DI mess must go.
Formula Nine is a web framework for PHP. This is a personal project and not intended for general use. Formula Nine Framework is built on Silex 2. Silex is build on and around Symfony components - including the Pimple Container. This set of framework objects express an evolving design opinion, and therefore should not be considered for use in a production environment.
Documentation is currently under development. Draft pages can be viewed (as they arrive) in the WIKI.
The framework installs two imported packages: Formula9/Core
(cloned Silex 2.0.2) and Formula9/Potion
(cloned Pimple 3.0.8).
To install use the following:
composer require formula9/framework
add the following to composer.json
"formula9/framework" : "dev-master"
usually with
"minimum-stability": "dev",
You may need to do the following:
composer install
Or you can fork it and fill your boots.
Released under MIT License (MIT)