jhmaverick / blazar
PHP应用程序开发框架。
v0.1.5
2021-02-19 13:41 UTC
Requires
- php: >=7.1
- ext-curl: *
- ext-dom: *
- ext-gd: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- colinodell/json5: ^2.0
- justinrainbow/json-schema: ^5.2
- mustache/mustache: ^2.12
- rmccue/requests: >=1.0
- vlucas/phpdotenv: ^3.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-09-19 21:15:41 UTC
README
Blazar是一个PHP框架,具有开发应用程序的主要功能。
- 通过URL查看类图
- 图像管理器
- Web服务
- 数据库连接库
- 应用程序文本管理库
- 应用程序日志管理器
文档
https://github.com/jhmaverick/blazar/wiki
安装
使用blazar-cli
npm install -g blazar-cli blazar create [project-name]
使用git
git clone https://github.com/jhmaverick/blazar-project.git [project-name] && cd [project-name] && rm -rf .git && composer install
在开发环境中读取日志
npm install -g blazar-cli
blazar console