PHPackages                             josegarcia/jwt-auth - 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. josegarcia/jwt-auth

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

josegarcia/jwt-auth
===================

A simple JWT authentication library

1.1.1(2y ago)2641MITPHP

Since Mar 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jgarc186/jwt-auth)[ Packagist](https://packagist.org/packages/josegarcia/jwt-auth)[ RSS](/packages/josegarcia-jwt-auth/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Table of Contents
-----------------

[](#table-of-contents)

- [Description](#description)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Author](#author)

Requirements
------------

[](#requirements)

- PHP 7.4 or higher
- Composer

JWT
===

[](#jwt)

- A lightweight and straightforward PHP library for working with JSON Web Tokens (JWT). Compatible with any PHP framework, application, or library.

Description
-----------

[](#description)

- This library offers an easy-to-use solution for implementing JWT in PHP projects. It integrates smoothly with any PHP-based setup, whether you're using a framework or building a standalone application.

Features
--------

[](#features)

- No configuration required.
- No dependencies.
- Lightweight.
- Easy to use.
- Works with PHP 7.4 and above.
- Works with any PHP framework, library, or application.

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

[](#installation)

```
composer require josegarcia/jwt-auth
```

Usage
-----

[](#usage)

```
