Skip to content

Formula9/Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Test Coverage

Formula 9 Framework Core Classes

Notice

Status: Currently working to replace custom Dependency Injection with Auryn. The current DI mess must go.

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.

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

Installing

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

From the Shell

To install use the following:

composer require formula9/framework

In composer.json

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.

Coming Soon

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

License

Released under MIT License (MIT)

About

Foundation framework classes for the Formula Nine framework. Based on Silex 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages