Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojhaujjwal/ojuserrbacdoctrineorm
DEPRECATED. A Zend Framework 2 module to easily integrate ZfcUserDoctrineORM and ZfcRbac
https://github.com/ojhaujjwal/ojuserrbacdoctrineorm
Last synced: 17 days ago
JSON representation
DEPRECATED. A Zend Framework 2 module to easily integrate ZfcUserDoctrineORM and ZfcRbac
- Host: GitHub
- URL: https://github.com/ojhaujjwal/ojuserrbacdoctrineorm
- Owner: ojhaujjwal
- License: mit
- Created: 2014-02-06T11:36:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T01:06:03.000Z (over 10 years ago)
- Last Synced: 2024-04-21T16:34:22.657Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OjUserRbacDoctrineORM
=====================[![Master Branch Build Status](https://api.travis-ci.org/ojhaujjwal/OjUserRbacDoctrineORM.png)](http://travis-ci.org/ojhaujjwal/OjUserRbacDoctrineORM)
[![Latest Stable Version](https://poser.pugx.org/ujjwal/user-rbac-doctrine-orm/v/stable.png)](https://packagist.org/packages/ujjwal/user-rbac-doctrine-orm)
[![Latest Unstable Version](https://poser.pugx.org/ujjwal/user-rbac-doctrine-orm/v/unstable.png)](https://packagist.org/packages/ujjwal/user-rbac-doctrine-orm)
[![Total Downloads](https://poser.pugx.org/ujjwal/user-rbac-doctrine-orm/downloads.png)](https://packagist.org/packages/ujjwal/user-rbac-doctrine-orm)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ojhaujjwal/OjUserRbacDoctrineORM/badges/quality-score.png?s=575410c3a1cce883dc209b189ee3cbd456149263)](https://scrutinizer-ci.com/g/ojhaujjwal/OjUserRbacDoctrineORM/)A Zend Framework 2 module to easily integrate [ZfcUserDoctrineORM](https://github.com/ZF-Commons/ZfcUserDoctrineORM) and [ZfcRbac]()
Doctrine ORM Storage Adapter for [UserRbac](https://github.com/ojhaujjwal/UserRbac) module.
## Installation
1. Add `"ujjwal/user-rbac-doctrine-orm": "dev-master"` to your composer.json and run `php composer.phar update`
2. Run command `vendor/bin/doctrine-module orm:schema-tool:update --force` to update schema
4. Enable this module and `UserRbac` in `config/application.config.php`
5. Copy file located in `vendor/ujjwal/user-rbac/config/user-rbac.global.php` to `./config/autoload/user-rbac.global.php` and change the values as you wish## Note
Don't use this module. This is shit. If you use don't use Doctrine ORM, then use [UserRbac](https://github.com/ojhaujjwal/UserRbac) module.