PHPackages                             reactphp-x/jwt - 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. reactphp-x/jwt

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

reactphp-x/jwt
==============

v1.0.0(8mo ago)01MITPHP

Since Sep 5Pushed 8mo agoCompare

[ Source](https://github.com/reactphp-x/jwt)[ Packagist](https://packagist.org/packages/reactphp-x/jwt)[ RSS](/packages/reactphp-x-jwt/feed)WikiDiscussions master Synced 1mo ago

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

ReactPHP JWT Microservice
=========================

[](#reactphp-jwt-microservice)

A simple and efficient JWT (JSON Web Token) microservice built for ReactPHP register-center. This package provides JWT generation and verification services through microservice architecture.

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

[](#installation)

```
composer require reactphp-x/jwt
```

Features
--------

[](#features)

- JWT token generation with customizable claims
- JWT token verification
- Microservice architecture with register-center integration
- Built with firebase/php-jwt for reliable JWT operations
- Comprehensive test coverage

Usage
-----

[](#usage)

### Register the Service

[](#register-the-service)

```
