2017 © Pedro Peláez
 

library mdjaman-common

Module that provides common functionality and library code for ZF2 & Doctrine applications

image

mdjaman/mdjaman-common

Module that provides common functionality and library code for ZF2 & Doctrine applications

  • Monday, July 9, 2018
  • by mdjaman
  • Repository
  • 1 Watchers
  • 1 Stars
  • 168 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 21 Versions
  • 1 % Grown

The README.md

MdjamanCommon

Introduction

Module that provides common functionality and library code for ZF2/ZF3 applications integrated with doctrine ORM or ODM., (*1)

Installation

Mdjaman\MdjamanCommon is available through composer. Add "mdjaman/mdjaman-common" to your composer.json list., (*2)

Choose most recent v2 tag for zf2, (*3)

"mdjaman/mdjaman-common": "2.*"

Choose most recent v3 tag for zf3, (*4)

"mdjaman/mdjaman-common": "3.*"

Enable the module in your config/application.config.php file. Add an entry MdjamanCommon to the list of enabled modules., (*5)

Usage

To make this MdjamanCommon deal with Gedmo\Blameable extension for you, make sure your AuthenticationService implements Zend\Authenticate\AuthenticationServiceInterface and add this alias mdjaman_auth_service in a aliases section under service_manager in your module.config.php, (*6)

'service_manager' => [
        'aliases' => [
            'mdjaman_auth_service' => <MyGreatAuthenticationService>,
        ],
        ...
    ]
],

More to come!, (*7)

The Versions

17/05 2018

2.4.2

2.4.2.0 https://github.com/mdjaman/MdjamanCommon

Module that provides common functionality and library code for ZF2 & doctrine applications

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 zend module abstract common

17/05 2018

2.5.1

2.5.1.0 https://github.com/mdjaman/MdjamanCommon

Module that provides common functionality and library code for ZF2 & doctrine applications

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 zend module abstract common

17/05 2018

2.5

2.5.0.0 https://github.com/mdjaman/MdjamanCommon

Module that provides common functionality and library code for ZF2 applications

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 zend module abstract common

16/05 2018

2.4.1

2.4.1.0 https://github.com/mdjaman/MdjamanCommon

Module that provides common functionality and library code for ZF2 applications

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 zend module abstract common

16/05 2018

2.3

2.3.0.0 https://github.com/mdjaman/MdjamanCommon

Module that provides common functionality and library code for ZF2 applications

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 zend module abstract common