An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Doctrine Authentication Bridge

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Phauthentic/authentication-doctrine/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/authentication-doctrine/)
[![Code Quality](https://img.shields.io/scrutinizer/g/Phauthentic/authentication-doctrine/master.svg?style=flat-square)](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)