acffdev/php-core
最新稳定版本:v1.0.0
Composer 安装命令:
composer require acffdev/php-core
包简介
Minimalist MVC framework for websites.
README 文档
README
Minimalist MVC framework for websites.
Instalation
composer require acffdev/php-core
Usage
create an index.php file with the following code at the root of your public directory
// composer autoload require_once __DIR__.'/vendor/autoload.php'; // namespace use Acffdev\PhpCore\App as App; // initializes try { App::run(); } catch(Exception $e) { echo $e->getMessage(); }
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-18