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

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

atomjoy/webi
============

Laravel web rest api authentication library.

v9.0.3(3y ago)024MITPHPPHP ^8.1

Since Aug 29Pushed 2y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (25)Used By (0)

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

[](#webi-auth-library)

Laravel web rest api authentication library.

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

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

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

```
composer require atomjoy/webi
```

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

[](#user-model)

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