piko/framework
最新稳定版本:v3.5.1
Composer 安装命令:
composer require piko/framework
包简介
Ultra lighweight MVC web framework
README 文档
README
Piko is a micro framework to build modular MVC applications.
https://piko-framework.github.io/
specifications
- Compliant with PSR-4, PSR-7, PSR-14 and PSR-15
- Lightweight: Code base including its dependencies is under 200kb.
- Blazing fast: Fast router (Piko router), components lazy loading and using PHP as template engine.
- Customizable: The framework components can be customized throw events and behavior injections.
- Stable: All framework parts have been well tested.
- Modular : MVC logic is packaged into modules.
Installation via composer
composer require piko/framework
Quick start
The Piko project skeletton can be used to start a piko based project.
Documentation
https://piko-framework.github.io/
Inspiration
Concepts used in Piko were initially inspired from the Yii2 framework.
统计信息
- 总下载量: 235
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2020-12-23