PHPackages                             matiasnamendola/slimpower-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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. matiasnamendola/slimpower-jwt

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

matiasnamendola/slimpower-jwt
=============================

A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519

v0.0.1-alpha(9y ago)0572MITPHPPHP &gt;=5.3.0

Since Dec 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MatiasNAmendola/slimpower-jwt)[ Packagist](https://packagist.org/packages/matiasnamendola/slimpower-jwt)[ Docs](https://github.com/matiasnamendola/slimpower-config)[ RSS](/packages/matiasnamendola-slimpower-jwt/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (2)

SlimPower - JWT
===============

[](#slimpower---jwt)

[![Latest version](https://camo.githubusercontent.com/977def023721c8cad8e7329e30942d628d945229770329cfc4f5585794ba8699/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4d61746961734e416d656e646f6c612f736c696d706f7765722d6a77742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/matiasnamendola/slimpower-jwt)[![Total Downloads](https://camo.githubusercontent.com/d41f5d5a8d95c595e706b5ac51389c290a7c0aa4f47f9dfed55fab6873660bd2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4d61746961734e416d656e646f6c612f736c696d706f7765722d6a77742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/matiasnamendola/slimpower-jwt)

[![Latest Stable Version](https://camo.githubusercontent.com/c0f1d803e5917d6e46dc86048db65246b2910266201b49f5127a6ee07b2f9222/68747470733a2f2f706f7365722e707567782e6f72672f6d61746961736e616d656e646f6c612f736c696d706f7765722d6a77742f76657273696f6e3f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/matiasnamendola/slimpower-jwt)[![Latest Unstable Version](https://camo.githubusercontent.com/5656fd4b6d61e7556b07519ec359e2c9ccd66ba081f76014da4783f24d313e74/68747470733a2f2f706f7365722e707567782e6f72672f6d61746961736e616d656e646f6c612f736c696d706f7765722d6a77742f762f756e737461626c653f666f726d61743d666c61742d737175617265)](//packagist.org/packages/matiasnamendola/slimpower-jwt)[![Total Downloads](https://camo.githubusercontent.com/fce93bf6dbbab8bb88b7aa8da38d5f6d7f6f6dc98d525efa4bec11d74808ae47/68747470733a2f2f706f7365722e707567782e6f72672f6d61746961736e616d656e646f6c612f736c696d706f7765722d6a77742f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/matiasnamendola/slimpower-jwt)[![Monthly Downloads](https://camo.githubusercontent.com/df51edfba4df846b98f56d38d52a1f7546b6cd7971fa5175d3dd76fe25949685/68747470733a2f2f706f7365722e707567782e6f72672f6d61746961736e616d656e646f6c612f736c696d706f7765722d6a77742f642f6d6f6e74686c793f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/matiasnamendola/slimpower-jwt)[![Daily Downloads](https://camo.githubusercontent.com/cf5c8d2bf8694eb124fb83afca5ef671a7a783773ee7490f1bc6664537336a40/68747470733a2f2f706f7365722e707567782e6f72672f6d61746961736e616d656e646f6c612f736c696d706f7765722d6a77742f642f6461696c793f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/matiasnamendola/slimpower-jwt)[![composer.lock available](https://camo.githubusercontent.com/5bff79d12cc2db6f73b08cdce6dfddf79e1a10b44e99f064f4ee43dfde374df6/68747470733a2f2f706f7365722e707567782e6f72672f6d61746961736e616d656e646f6c612f736c696d706f7765722d6a77742f636f6d706f7365726c6f636b3f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/matiasnamendola/slimpower-jwt)

A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https://tools.ietf.org/html/rfc7519).

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

[](#installation)

In terminal, use composer to manage your dependencies and download 'Slimpower JWT':

```
composer require matiasnamendola/slimpower-jwt
```

Or you can add use this as your composer.json:

```
{
    "require": {
        "matiasnamendola/slimpower-jwt": "dev-master"
    }
}
```

Example
-------

[](#example)

```
