Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
* [PHPStan](https://phpstan.org/)
* [Dibi](https://dibi.nette.org/)

This extension defines dynamic methods on `Dibi\Fluent` instance. They are called to build an SQL query dynamically.
This extension provides the following features:

* Defines dynamic methods on `Dibi\Fluent` instances. They are called to build an SQL query dynamically. Each dynamic method accepts variadic arguments and returns `Dibi\Fluent` for method chaining.
* Registers `Dibi\Row` as a universal object crate, allowing dynamic property access without errors.

## Installation

Expand Down