riveraframework / rf-core
Rivera 框架的核心仓库
v0.1.0
2019-05-27 18:23 UTC
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2024-09-25 16:22:48 UTC
README
⚠️ 此项目正在建设中
- 请勿在生产环境中使用
- 联系我进行请求/建议
功能
此仓库包含一个支持
- 应用程序(MVC,命令行界面)的轻量级 PHP 框架
- 数据库连接(MySQL)和查询构建器
- ORM,具有从数据库模式生成模型/类的命令
- 缓存管理(磁盘,Memcached)支持冗余
- 会话管理(PHP,Memcached)支持冗余
- 翻译管理(类,库,模板)
- 路由和链接生成
- 助手:rf_*()
- 各种用于 API 管理、数据处理、日志记录、自定义异常等的类
要求
该项目已在 Linux/Unix 和 Windows 上使用 PHP 7+ 进行测试,但应与 PHP 5.6+ 兼容。
安装
使用 composer
composer require riveraframework/rf-core:dev-develop
文档
即将推出
示例
骨架应用程序可在以下位置找到:https://github.com/riveraframework/example-skeleton
REST API 应用程序可在以下位置找到:https://github.com/riveraframework/example-rest-api
OAuth2 API/SSO 应用程序可在以下位置找到:https://github.com/riveraframework/example-oauth2-api-sso