quinix / nette-identity-mongo-odm
Integration of Doctrine MongoDB ODM entities implementing IIdentity in Nette 2
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 18
Open Issues: 0
Type:nette-addon
Requires
- php: >=5.3.2
- doctrine/mongodb-odm: ~1.0@beta
- nette/nette: ~2.0
This package is not auto-updated.
Last update: 2022-02-01 12:33:51 UTC
README
Nette addon for using Doctrine MongoDB ODM entities directly as Nette identity
Motivation
If you are using Nette 2 and Doctrine MongoDB ODM together, you will sooner or later want to use some of your entities also as identity, because it is practical.
Fortunately, this addon is here to help you with this task!
This is fork of Majkl578/nette-identity-doctrine.
Requirements
- PHP 5.3.2 or newer
- Nette 2.0 or newer
- Doctrine ORM 2.3 or newer
Current status
I developed this extension during one project and it worked well. Since I'm not currently using it, this extension may not work with newer nette or doctrine. If you find any errors, feel free to open issue and/or submit pull request.