PHPackages                             atomjoy/webi-mini - 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. atomjoy/webi-mini

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

atomjoy/webi-mini
=================

Laravel web rest api authentication library.

v1.0.0(3y ago)010MITPHPPHP ^8.1

Since Mar 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/atomjoy/webi-mini)[ Packagist](https://packagist.org/packages/atomjoy/webi-mini)[ RSS](/packages/atomjoy-webi-mini/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Webi auth library
=================

[](#webi-auth-library)

Laravel rest api authentication.

Install (Laravel 10, Php 8.1)
-----------------------------

[](#install-laravel-10-php-81)

First set your .env variables (mysql, smtp) and then

```
composer require atomjoy/webi-mini
```

User model
----------

[](#user-model)

```
// app/Models/User.php
