av / bonefish
Bonefish Framework
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/av/bonefish
Requires
- php: >=5.6.0
- av/bonefish-injection: ^1.0
- av/bonefish-reflections: ^1.0
- av/bonefish-routecollectors: ^1.0
- av/bonefish-router: ^2.0
- av/doctrine-annotations: ^1.0
- av/eventdispatcher: ^1.0
- av/eventstrap: ^1.0
- av/raptor: ^2.0
- composer/installers: dev-master
- nette/neon: ^2.3
- tracy/tracy: 2.3.*
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2019-02-20 18:13:18 UTC
README
Bonefish Framework
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