ZfcUser is a module for use with Zend Framework 2 in PHP. It handles user authentication. It is part of the Zend Framework Commons suite of modules.
ZfcUser is a zend framework module for handling User authentication + registration. It work with Zend DB out of Box. It provide following features.
- Authenticate via username, email, or both
- Registration
- CSRF Protection
Their are plugin for this modules for work with Doctrine 2 & Mongo DB ODM
- ZfcUserDoctrineORM - Doctrine2 ORM
- ZfcUserDoctrineMongoODM - Doctrine2 MongoDB ODM