scrawler/app
最新稳定版本:v2.4.1
Composer 安装命令:
composer require scrawler/app
包简介
scrawler framework main app container
README 文档
README
🔥Create simple but powerful web apps and APIs quickly, with minumum lines of code🔥
🇮🇳 Made in India 🇮🇳
💻 Installation
You can install Scrawler App via Composer. If you don't have composer installed , you can download composer from here
composer require scrawler/app
or if you want to start with an mvc template
composer create-project scrawler/mvc <project-name>
✨ Basic usage
<?php require __DIR__ . '/vendor/autoload.php'; app()->get('/', function () { return 'Hello World' }); app()->run();
Auto Routing
<?php require __DIR__ . '/vendor/autoload.php'; app()->autoRegister('/dir/of/controller','\\My\\Namespace') app()->run();
统计信息
- 总下载量: 150
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-26