hectororm / query
Hector Query
v1.3.0
2026-05-12 16:01 UTC
Requires
- php: ^8.0
- hectororm/connection: ^1.0
Suggests
- hectororm/pagination: Required to use paginate() method (^1.0)
This package is auto-updated.
Last update: 2026-05-12 16:19:57 UTC
README
Note
This repository is a read-only split from the main HectorORM repository.
For contributions, issues, or more information, please visit the main HectorORM repository.
Do not open issues or pull requests here.
Hector Query is a fluent query builder for PHP. It can be used independently of the ORM.
📖 Full documentation
Installation
You can install Hector Query with Composer, it's the recommended installation.
$ composer require hectororm/query
Documentation
For usage and examples, visit the official documentation on gethectororm.com.