Skip to content

Commit 55f6e4f

Browse files
committed
Updated README
1 parent 5c6b578 commit 55f6e4f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,20 @@
22

33
* [PHPStan](https://github.com/phpstan/phpstan)
44
* [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

Comments
 (0)