derokorian / deroframework
YAF - lightweight framework which provides routing, db abstraction, templates and configuration
v1.1.5
2019-05-15 15:23 UTC
Requires
- php: >=7.0.0
- ext-json: *
- ext-pdo: *
Requires (Dev)
- ext-xdebug: *
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ^5.2
This package is auto-updated.
Last update: 2024-10-22 02:29:35 UTC
README
Light-weight minimalist framework, for rapid development of individual sites.
See wiki for more information on how to use this framework.
Getting Started
Install the framework through composer, and copy the public folder to your root directory
composer require derokorian/deroframework
cp vendor/derokorian/deroframework/public . -R
Coming Soon, initialize a new app
php ./public/cli.php new