2017 © Pedro Peláez
 

library ninja-authorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

image

ddelrio1986/ninja-authorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  • Thursday, April 6, 2017
  • by ddelrio1986
  • Repository
  • 3 Watchers
  • 2 Stars
  • 307 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application. It offers functionality for persisting a Zend\Permisions\Acl implementation to the database, loading the ACL for a given user ID, and querying against the ACL for the currently authenticated user., (*1)

This module uses the Doctrine2 ORM and the NinjaServiceLayer package in order to setup a basis for a service layer., (*2)

It provides some example SQL that can be used to add the necessary tables to your database. It also provided an entity interface for your User entity so you'll want to make sure you User entity conforms to it., (*3)

The best way to integrate is to create your own entities that extends the abstract entities provided in this plugin and then used the Doctrine target entity resolver to make sure that your entities are used. It also best to create your own services which extend the ones provided here with the exception of the ACL service. It is fine to use that one directly., (*4)

The Versions

06/04 2017

dev-release/v1.3

dev-release/v1.3 https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2

06/04 2017

v1.3

1.3.0.0 https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2

30/03 2016

v1.2

1.2.0.0 https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2

07/06 2015

dev-master

9999999-dev https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2 doctrine ninja service layer

01/11 2014

v3.0

3.0.0.0 https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2 doctrine ninja service layer

19/08 2014

v2.0

2.0.0.0 https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2

07/03 2014

v1.1

1.1.0.0 https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2

05/02 2014

v1.0

1.0.0.0 https://github.com/ddelrio1986/NinjaAuthorization

This is a ZF2 module that will provide an authorization layer to a ZF2 application.

  Sources   Download

MIT

The Requires

 

authorization acl zf2