formula9/framework

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

dev-master 2017-06-03 23:18 UTC

This package is not auto-updated.

Last update: 2024-04-12 16:11:27 UTC


README

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)