Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jason-gao/php-xsy-crm
xiaoshouyi crm
https://github.com/jason-gao/php-xsy-crm
Last synced: about 13 hours ago
JSON representation
xiaoshouyi crm
- Host: GitHub
- URL: https://github.com/jason-gao/php-xsy-crm
- Owner: jason-gao
- Created: 2020-04-15T03:04:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T16:38:08.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T01:23:16.038Z (7 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## xiaoshouyi crm
## 配置文件格式参考xsy-crm.conf
- xsy-crm.conf.dev ->xsy-crm.conf## 技术栈
- php + guzzle + memcached + monolog + phpunit + redis## 说明
- memcached/redis主要用来缓存token
- cache_driver 支持memcached和redis
## phpunit test cover 100%
- run test
- make test
## composer
- composer require jason-gao/php-xsy-crm v1.0.0## todo
- 完善异常处理