hushulin / we7utils
we7 tools package.
3.0.3
2017-10-13 14:23 UTC
Requires
- php: >=5.4.0
- container-interop/container-interop: ^1.1
- fzaninotto/faker: v1.6.0
- illuminate/database: ~4.2
- illuminate/encryption: ~4.2
- lavary/crunz: ^1.4
- league/fractal: ~0.11
- monolog/monolog: ^1.22
- pimple/pimple: ^3.0
- simplesoftwareio/simple-qrcode: ~1.5
- spindle/view: 1.0.3
- textalk/websocket: 1.0.*
This package is auto-updated.
Last update: 2024-10-29 05:04:50 UTC
README
An utils for we7 system 这个工具包 首先应该包含一个容器 container ,能方便的从里面拿出已经实例化的服务
"php": ">=5.5.0", PHP最低版本 "pimple/pimple": "^3.0", DIC 容器 "container-interop/container-interop": "^1.1" 接口
然后需要个数据库操作类 "illuminate/database": "~5.1",
或许需要个加密系统 "illuminate/encryption": "^5.3",
添加一个二维码生成器
后台构建体系
New add a view template engine for php layout. (package)
目录结构
- bow/App.php
- bow/helpers.php
- composer.json