skayahack / skaya-php
A lightweight MVC Framework
v0.5
2016-08-30 16:01 UTC
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2025-01-18 21:08:43 UTC
README
SkayaPHP is a super light and clean MVC Framework. It provides friendly urls redirecting and as every MVC Framework it separates view logic from the server-side and database-side logic.
Documentation and examples are about to come out.
Main Features
- MVC Pattern
- Built-in Session and Authentication components
- Multiple Layout support
- Elements inclusion
- Continuous development
Requisites
- PHP 5.6 or major
- mod_rewrite (Remember to set AllowOverride All)
Install
- composer create-project --prefer-dist skayahack/skaya-php project-name