spiral/application
最新稳定版本:v1.0.2
Composer 安装命令:
composer require spiral/application
包简介
Spiral Application
README 文档
README
The Spiral framework provides open and modular Rapid Application Development (RAD) environment, database tools, code re-usability, extremely friendly IoC, IDE integration, PSR-7, simple syntax and customizable scaffolding mechanisms
Spiral Framework | Modules and Packages | Guide | Installation Notes | Forum
Server Requiments
Make sure that your server is configured with following PHP version and extensions:
- PHP 7.1+
- OpenSSL Extension
- MbString Extension
- Tokenizer Extension
- PDO Extension with desired database drivers
Installation
composer create-project spiral/application
Once application installed you can ensure that it was configured properly by executing:
./spiral configure -k && phpunit
Available Components:
Available Modules:
- Auth - Token based user authentication
- Profiler Panel - Profiler panel/middleware for Spiral Applications (pre-installed)
- IDE Helper - IDE autocomplete generator: ORM, ODM, RequestFilters, Container (pre-installed)
- Hybrid DB - ORM-to-ODM relation bridge with transactions support
- Scaffolder - Help commands for scaffolding parts of your application (pre-installed)
- Toolkit - View widgets (pre-installed)
- Vault - HMVC Core with RBAC and visual layout
- PHPFastCache - PSR6 and PSR16 cache adapters
统计信息
- 总下载量: 440
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-07
