We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6b578 commit 55f6e4fCopy full SHA for 55f6e4f
README.md
@@ -2,3 +2,20 @@
2
3
* [PHPStan](https://github.com/phpstan/phpstan)
4
* [Dibi](https://dibiphp.com/)
5
+
6
+This extension defines dynamic methods on `Dibi\Fluent` instance. They are called to build an SQL query dynamically.
7
8
+## Usage
9
10
+To use this extension, require it in [Composer](https://getcomposer.org/):
11
12
+```
13
+composer require phpstan/phpstan-dibi
14
15
16
+And include extension.neon in your project's PHPStan config:
17
18
19
+includes:
20
+ - vendor/phpstan/phpstan-dibi/extension.neon
21
0 commit comments