File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # PHP QuickORM 框架开发文档
2+
3+ 版本:20180828
4+
5+ ## 简介
6+
7+ PHP QuickORM 框架([ php-quickorm/framework] ( https://github.com/php-quickorm/framework ) ) 是一个可以帮助你快速完成 RESTful API 开发的轻量级 PHP 框架,提供了较为完善的 ORM 功能以及基本的路由系统、请求、回应、错误抛出功能类,遵循` Apache2 ` 开源许可协议发布。
8+
9+ 本框架具有以下几个特点:
10+
11+ - 遵循 ` PSR-4 ` 规范,采用 ` Composer ` 管理,可快速引用其他 PHP 拓展包
12+ - 采用 ` PDO ` 数据库接口,最多支持 12 种数据库
13+ - 提供 ` Collection ` 数据类型,提供更为方便的数组操作
14+ - 全中文注释代码,方便初学者观摩
15+
16+ 适用范围:
17+
18+ - 为小程序、安卓 / iOS 应用或其他采用 ` MVVM ` 架构的 Web APP 快速开发 RESTful API
19+ - 对 PHP 有一定初步了解,想要进一步学习如何制作框架的学生、PHP初级工程师
20+ - 配合 ` Blade ` 等模板引擎,开发商业管理系统
21+ - 一切前后端分离的项目....
22+
23+ 如果您喜欢 PHP QuickORM 框架,请移步 Github 给我们一个 Star :)
24+
25+ ---
26+ 具体的安装事项与开发文档,请移步 [ php-quickorm/framework] ( https://github.com/php-quickorm/documents )
You can’t perform that action at this time.
0 commit comments