av/bonefish

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v0.7.1) of this package.

Bonefish Framework

v0.7.1 2015-10-04 19:02 UTC

README

Bonefish Framework

Scrutinizer Code Quality Code Coverage Build Status

Bonefish is a dead simple near zero configuration php framework.

Installation

This Package requires PHP >= 7 (or hhvm). You also have to configure your webserver to redirect all not found requests to index.php.

To get it to work clone this repository and use composer install.

$ git clone https://github.com/AValnar/Bonefish.git
$ cd Bonefish
$ composer install

or

$ composer create-project av/bonefish Bonefish dev-master