https://github.com/phauthentic/authentication-doctrine
Doctrine integration for the Authentication library
https://github.com/phauthentic/authentication-doctrine
adapter authentication doctrine doctrine-orm library
Last synced: 26 days ago
JSON representation
Doctrine integration for the Authentication library
- Host: GitHub
- URL: https://github.com/phauthentic/authentication-doctrine
- Owner: Phauthentic
- License: mit
- Created: 2018-09-17T10:14:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T13:53:30.000Z (over 7 years ago)
- Last Synced: 2025-01-02T23:48:37.086Z (over 1 year ago)
- Topics: adapter, authentication, doctrine, doctrine-orm, library
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Doctrine Authentication Bridge
[](LICENSE)
[](https://scrutinizer-ci.com/g/Phauthentic/authentication-doctrine/)
[](https://scrutinizer-ci.com/g/Phauthentic/authentication-doctrine/)
This package will allow you to lookup user credentials with your Doctrine ORM using the [Phautentic Authentication](https://github.com/Phauthentic/authentication) library.
## How to use it
Install it via composer.
```sh
composer require phauthentic/authentication-doctrine
```
## Copyright & License
Licensed under the [MIT license](LICENSE.txt).
Copyright (c) [Phauthentic](https://github.com/Phauthentic)