krasimir/fabrico
Composer 安装命令:
composer require krasimir/fabrico
包简介
PHP micro framework
关键字:
README 文档
README
Fabrico is PHP micro framework. It's purpose is to provide really basic functionalities for building web applications. During the development, the very first priority was to contain modules which are independent. I.e. there are not tied to any other classes or modules. Simple classes for a specific job.
Modules
- Installer
- Autoloader
- Router
- Template engine
- Database adapters
- Error handler
- Application mode
- Session manager
- Former
Installation
The easier way is to download the files directly and check the documentation of every of the modules.
Fabrico is also available for composer:
{
"require": {
"krasimir/fabrico": "dev-master"
}
}
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-12