sfneal / queries
0.4.0
2020-12-04 19:35 UTC
Requires
- php: >=7.0
- illuminate/http: *
- sfneal/caching: >=0.2.1
- sfneal/filters: >=0.2
- sfneal/models: >=0.3
Requires (Dev)
- phpunit/phpunit: >=6.5.14
README
构建可重用和可缓存的 Eloquent 查询,带有自定义过滤器
安装
您可以通过 composer 安装此包
composer require sfneal/queries
使用
// Usage description here
测试
composer test
变更日志
请参阅 CHANGELOG 以获取有关最近更改的更多信息。
贡献
请参阅 CONTRIBUTING 以获取详细信息。
安全
如果您发现任何安全相关的问题,请发送电子邮件至 stephen.neal14@gmail.com 而不是使用问题跟踪器。
鸣谢
许可
MIT 许可证 (MIT)。有关更多信息,请参阅 许可文件。
PHP 包模板
此包是用 PHP 包模板 生成的。