2017 © Pedro Peláez
 

library zf2-matryoshka-module

ZF2 integration module for Matryoshka

image

matryoshka-model/zf2-matryoshka-module

ZF2 integration module for Matryoshka

  • Thursday, April 28, 2016
  • by leodido
  • Repository
  • 2 Watchers
  • 2 Stars
  • 863 Installations
  • PHP
  • 30 Dependents
  • 5 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

, (*1)

, (*2)

ZF2 module for Matryoshka

Latest Stable Version Build Status Coverage Status Matryoshka Model's Slack, (*3)

ZF2 integration module for Matryoshka., (*4)

This repository contains a ZF2 module that registers default services and provides a set of useful controller plugins., (*5)

Community

For questions and support please visit the slack channel (get an invite here)., (*6)

Installation

Using composer:, (*7)

Add the following to your composer.json file:, (*8)

"require": {
    "matryoshka-model/zf2-matryoshka-module": "~0.8.0"
}

Finally, add the module name to your project's config/application.config.php under the modules key:, (*9)

return [
    /* ... */
    'modules' => [
        /* ... */
        'Matryoshka',
    ],
    /* ... */
];

How-to

Before using this module you only need to configure Matryoshka settings according to your model., (*10)

Then you can use built-in plugins in your controllers., (*11)

Example:, (*12)

public function fooAction()
{
    $myModel  = $this->model()->get('MyModel'); // Retrieve a model instance through the ModelManager
    $myObject = $this->object()->get('MyObject'); // Retrieve an object instance through the ModelManager
}

Analytics, (*13)

The Versions

28/04 2016

dev-develop

dev-develop

ZF2 integration module for Matryoshka

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model module backend db back-end matryoshka

17/03 2016

dev-master

9999999-dev

ZF2 integration module for Matryoshka

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model module backend db back-end matryoshka

17/03 2016

v0.8.0

0.8.0.0

ZF2 integration module for Matryoshka

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model module backend db back-end matryoshka

30/06 2015

v0.7.0

0.7.0.0

ZF2 integration module for Matryoshka

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model module backend db back-end matryoshka

23/02 2015

v0.6.0

0.6.0.0

ZF2 module for matryoshka library

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model module db back-end matryoshka

09/10 2014

v0.5.0

0.5.0.0

ZF2 module for matryoshka library

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model db back-end matryoshka

15/09 2014

v0.4.0

0.4.0.0

ZF2 module for matryoshka library

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model db back-end matryoshka

11/09 2014

v0.3.0

0.3.0.0

ZF2 module for matryoshka library

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

database mvc zf2 model db back-end matryoshka

29/08 2014

v0.1.0

0.1.0.0

ZF2 module for Matryoshka

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires