2017 © Pedro Peláez
 

library bono-norm

Norm glue code for Bono

image

xinix-technology/bono-norm

Norm glue code for Bono

  • Tuesday, July 31, 2018
  • by reekoheek
  • Repository
  • 4 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 13 % Grown

The README.md

bono-norm

If you want to use Bono 2 as your web application development framework, and you need database access. Best chance that you need Norm. This library is best breed to integrate between Bono 2 and Norm 2., (*1)

How to Use

Prepare Norm repository using bono-norm middleware, add BonoNorm\Middleware to Bono bundle middlewares configuration section or config/config.php file., (*2)

return [
  "middlewares": [
    [ BonoNorm\Middleware::class, [
      "options" => [
        "connections" => [...],
        "collections" => [...],
        "attributes" => [...],
      ]
    ]]
  ]
];

This DSL is comply to ROH\Util\Injector accepted DSL., (*3)

The Versions

20/05 2016

1.0.1

1.0.1.0

Norm glue code for Bono

  Sources   Download

MIT

The Requires

 

The Development Requires

12/05 2016

1.0.0

1.0.0.0

Norm glue code for Bono

  Sources   Download

MIT

The Requires

 

The Development Requires

01/05 2016
01/05 2016
01/05 2016
01/05 2016