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

https://github.com/iagapie/php-auth

Authentication library inspired by the Symfony Security
https://github.com/iagapie/php-auth

auth authentication security

Last synced: 6 months ago
JSON representation

Authentication library inspired by the Symfony Security

Awesome Lists containing this project

README

          

# PHP Authentication

[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/)
[![Latest Version](https://img.shields.io/packagist/v/iagapie/php-auth.svg)](https://packagist.org/packages/iagapie/php-auth)
[![License](https://poser.pugx.org/iagapie/php-auth/license)](https://packagist.org/packages/iagapie/php-auth)

## Installation

```bash
composer require iagapie/php-auth
```

## License

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.