n0nag0n/shoofly
最新稳定版本:v4.0.0
Composer 安装命令:
composer require n0nag0n/shoofly
包简介
A fork of Fat-Free by Bong Cosca to update and elevate the framework to modern standards.
README 文档
README
A Fat-Free Framework core library fork with a few extra features.
Usage:
First make sure to add a proper url rewrite configuration to your server, see https://fatfreeframework.com/3.6/routing-engine#DynamicWebSites
Composer:
composer require n0nag0n/shoofly
require("vendor/autoload.php"); // Create the app instance $App = \Shoofly\Base::instance(); // setup a simple route $App->route('GET /', function() { echo 'Hello, world!'; }); // run the dang thing! $App->run();
For the main repository (demo package), see https://github.com/bcosca/fatfree
For the test bench and unit tests, see https://github.com/f3-factory/fatfree-dev
For the user guide, see https://fatfreeframework.com/user-guide
For the documentation, see https://fatfreeframework.com/api-reference
Development:
If you're going to do development on this codebase, you'll need to check the following commands before you commit:
# Unit tests of course composer test # or composer phpunit # Beautify the code composer beautify # or composer phpcbf # Check for code style issues composer style # or composer phpcs
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2023-12-31