fancyecommerce/fecshop_enterprise

fecshop enterprise

1.0.3 2018-01-28 11:51 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:43:02 UTC


README

687474703a2f2f696d672e61707066726f6e742e66616e637965636f6d6d657263652e636f6d2f637573746f6d2f6c6f676f2e706e67


Fecshop Enterprise

Fecshop Enterprise 的数据库操作,由直接使用php连接数据库的方式, 改成了通过Go语言提供的Api获取数据,GoLang语言更适合做底层 ,这样应对高并发,以及做分库分表等操作会更便捷。

安装

composer require --prefer-dist fancyecommerce/fecshop_enterprise 

or 在根目录的composer.json中添加

"fancyecommerce/fecshop_enterprise": "~1.0.3"

然后执行

composer update