This package is intended to provide Hector ORM in Berlioz Framework.
For more information, and use of Berlioz Framework, go to website and online documentation : https://getberlioz.com
You can install Hector Package with Composer, it's the recommended installation.
$ composer require berlioz/hector-package
- PHP ^8.0
- Packages:
- berlioz/core
- hectororm/orm
Package add a service named hector
, who correspond to the \Hector\Orm\Orm
class.
See Hector ORM documentation for more information.
Default configuration:
{
hector: {
dsn: null,
read_dsn: null,
schemas: [],
dynamic_events: true,
types: {}
}
}