2017 © Pedro Peláez
 

library framework

Core classes for the Formula Nine PHP Framework built on Silex 2.

image

formula9/framework

Core classes for the Formula Nine PHP Framework built on Silex 2.

  • Sunday, June 4, 2017
  • by Formula9
  • Repository
  • 2 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Code Climate Test Coverage, (*1)

Formula 9 Framework Core Classes

Notice

Status: Currently working to replace custom Dependency Injection with Auryn. The current DI mess must go., (*2)

Introduction

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., (*3)

Documentation is currently under development. Draft pages can be viewed (as they arrive) in the WIKI., (*4)

Installing

The framework installs two imported packages: Formula9/Core (cloned Silex 2.0.2) and Formula9/Potion (cloned Pimple 3.0.8)., (*5)

From the Shell

To install use the following:, (*6)

composer require formula9/framework

In composer.json

add the following to composer.json, (*7)

"formula9/framework" : "dev-master"

usually with, (*8)

"minimum-stability": "dev",

You may need to do the following:, (*9)

composer install

Or you can fork it and fill your boots., (*10)

Coming Soon

  • A complete set of tests. (Currently: Test Coverage)
  • The example application.

License

Released under MIT License (MIT), (*11)

The Versions