neopangea / f3-app
There is no license information available for the latest version (1.0.1) of this package.
A modular php application which extends the f3 framework
1.0.1
2016-05-12 21:54 UTC
Requires
- php: >=5.3.0
- bcosca/fatfree: 3.2.*
- phpunit/phpunit: ~4.1
This package is auto-updated.
Last update: 2025-03-29 00:17:09 UTC
README
This is project is a wrapper for the F3 PHP micro-framework. In addition to a handful of base classes (App, Controller, etc.) this project supports a simple module framework.
Installation
- Clone this project
- Install the Composer PHP package manager
- Run via command line: 'composer install' to pull down dependencies