phpstan/phpstan-dibi
Composer 安装命令:
composer require phpstan/phpstan-dibi
包简介
Dibi class reflection extension for PHPStan
README 文档
README
This extension provides the following features:
- Defines dynamic methods on
Dibi\Fluentinstances. They are called to build an SQL query dynamically. Each dynamic method accepts variadic arguments and returnsDibi\Fluentfor method chaining. - Registers
Dibi\Rowas a universal object crate, allowing dynamic property access without errors.
Installation
To use this extension, require it in Composer:
composer require --dev phpstan/phpstan-dibi
If you also install phpstan/extension-installer then you're all set!
Manual installation
If you don't want to use phpstan/extension-installer, include extension.neon in your project's PHPStan config:
includes: - vendor/phpstan/phpstan-dibi/extension.neon
统计信息
- 总下载量: 938k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 14
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-08