Download the PHP package codeages/phalcon-biz-api-skeleton without Composer
On this page you can find all versions of the php package codeages/phalcon-biz-api-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codeages/phalcon-biz-api-skeleton
More information about codeages/phalcon-biz-api-skeleton
Files in codeages/phalcon-biz-api-skeleton
Download codeages/phalcon-biz-api-skeleton
More information about codeages/phalcon-biz-api-skeleton
Files in codeages/phalcon-biz-api-skeleton
Vendor codeages
Package phalcon-biz-api-skeleton
Short Description 基于 Phalcon、Biz Framework 的 API 项目脚手架。
License MIT
Package phalcon-biz-api-skeleton
Short Description 基于 Phalcon、Biz Framework 的 API 项目脚手架。
License MIT
Please rate this library. Is it a good library?
Informations about the package phalcon-biz-api-skeleton
Phalcon Biz API Skeleton
基于 Phalcon、Biz Framework 的 API 项目脚手架。
特性
- 使用 Phalcon 作为接口接入层框架,Biz Framework 作为业务层框架;
- 通过 Composer 初始化项目;
- 通过注解的方式配置路由;
- 定义了标准的接口响应格式、通用错误码;
- 集成了接口鉴权机制;
- 提供了接口样例代码;
- 集成 Gitlab CI 配置;
- 集成了 Plumber2 消息队列消费者进程;
- 集成了 Console;
- 集成频率控制。[TODO]
安装
从脚手架创建项目
开发
修改系统环境配置:
修改env.php
系统环境配置文件,数据库等相关配置。开发环境下请配置 debug
配置为 true
,否则将无法显示程序错误信息。
创建 var 目录:
创建数据库:
执行数据库变更脚本:
配置 Nginx:
对外服务API:
内部RPC服务:
自动化测试
创建测试环境配置
修改env.testing.php
系统环境配置文件,数据库等相关配置。
运行测试:
CHANGELOG
参见 CHANGELOG.md。
All versions of phalcon-biz-api-skeleton with dependencies
PHP Build Version
Package Version
Requires
codeages/phalcon-biz-library Version
^1.0.11
codeages/plumber2 Version ^0.4.6
codeages/library Version ^0.0.5
datto/json-rpc-http Version ^5.0
codeages/plumber2 Version ^0.4.6
codeages/library Version ^0.0.5
datto/json-rpc-http Version ^5.0
The package codeages/phalcon-biz-api-skeleton contains the following files
Loading the files please wait ....