berlioz / hector-package
Hector ORM package for Berlioz Framework
Installs: 2 638
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:berlioz-package
Requires
- php: ^8.0
- berlioz/core: ^2.0
- doctrine/sql-formatter: ^1.1
- hectororm/orm: ^1.0
Requires (Dev)
- berlioz/cli-core: ^2.0
- berlioz/http-core: ^2.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-24 05:13:21 UTC
README
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
Installation
Composer
You can install Hector Package with Composer, it's the recommended installation.
$ composer require berlioz/hector-package
Dependencies
- PHP ^8.0
- Packages:
- berlioz/core
- hectororm/orm
Usage
Package add a service named hector
, who correspond to the \Hector\Orm\Orm
class.
See Hector ORM documentation for more information.
Configuration
Default configuration:
{ hector: { dsn: null, read_dsn: null, schemas: [], dynamic_events: true, types: {} } }