matracine / fake-auth
Fake user authentication library for developpement
v1.0.0-RC2
2019-04-25 12:46 UTC
Requires
- php: ^7.0
- symfony/security: ^4.0
This package is auto-updated.
Last update: 2024-10-26 01:11:30 UTC
README
PHP Symfony Library for simulating authentication.
This library implements classes for simulaiting a valid user authentication without having to authenticate, convenient in development environnement.
Classes :
- Fake\FakeUser
- Fake\FakeUserProvider
- FakeAuthenticator
Please feal free to open issue for improvements, bugs, requests...
Installation
With composer:
composer require matracine/fake-auth
Usage
To be completed