matracine / fake-auth
Fake user authentication library for developpement
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/matracine/fake-auth
Requires
- php: ^7.0
- symfony/security: ^4.0
This package is auto-updated.
Last update: 2025-09-26 03:15:55 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