PHPackages                             andollini89/authenticator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. andollini89/authenticator

ActiveComposer-plugin[Authentication &amp; Authorization](/categories/authentication)

andollini89/authenticator
=========================

login plugin

04PHP

Since Jan 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Andollini89/authenticator)[ Packagist](https://packagist.org/packages/andollini89/authenticator)[ RSS](/packages/andollini89-authenticator/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Simple Login Package
========================

[](#php-simple-login-package)

Installation
------------

[](#installation)

```
composer require andollini89/authenticator:dev-main --no-plugins
```

```
composer install
```

Details
-------

[](#details)

The package contains:

- Authenticate Class which provide the login function and the isLogged function.
- UserProvider which implements UserProviderInterface and provide the getUser function to search for user in source/database.

Usage exemple
-------------

[](#usage-exemple)

```
