skayahack / skaya-php
A lightweight MVC Framework
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/skayahack/skaya-php
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2025-12-21 02:23:53 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