一个php database库
功能:
- todo ...
参考:
- https://github.com/illuminate/database
- https://github.com/spiral/database
- https://github.com/ventoviro/windwalker-query
- https://github.com/ventoviro/windwalker-database
- git@osc https://git.oschina.net/inhere/php-database.git
- github https://github.com/inhere/php-database.git
- 使用 composer
编辑 composer.json
,在 require
添加
"inhere/php-database": "dev-master",
然后执行: composer update
- 直接拉取
git clone https://git.oschina.net/inhere/php-database.git // git@osc
git clone https://github.com/inhere/php-database.git // github
可运行示例请看 examples
MIT