limingxinleo / phalcon-basic-project
a basic version for limingxinleo/phalcon-project
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.6
- ext-phalcon: ^3.3
- limingxinleo/phalcon-project-library: ~2.0.0
- limingxinleo/x-phalcon-config-center: ^1.0
- limingxinleo/x-phalcon-enum: ^1.0
- limingxinleo/x-swoole-rpc: ^1.1.2
Requires (Dev)
- codeception/codeception: ^2.4
- codeception/verify: ^1.0|^0.4
- guzzlehttp/guzzle: ^6.3
- limingxinleo/x-phalcon-dd: ^1.0
- phalcon/incubator: ^3.0
- phpunit/phpunit: >=5.6
This package is auto-updated.
Last update: 2024-10-29 05:46:34 UTC
README
本项目以limingxinleo/phalcon-project为基础,进行简易封装。
安装
$ composer create-project limingxinleo/phalcon-basic-project
扩展介绍
limingxinleo/phalcon-project-library
框架所用的基础扩展
用户内部服务通信的RPC扩展,基于Swoole Tcp Server & Client 开发。期待Swoole4.0协程时代的到来。
limingxinleo/x-phalcon-config-center
配置中心模块,方便配置文件分类读取
基于注解的枚举类