Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.76 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.76 KB

Hector ORM package for Berlioz Framework

Latest Version Software license Build Status Quality Grade Total Downloads

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: {}
  }
}