OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
lcobucci
/
jwt
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:00 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:35:49 AM
rwxr-xr-x
📄
.gitattributes
384 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:16 AM
rwxr-xr-x
📄
.gitignore
104 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
LICENSE
1.48 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
Makefile
941 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
README.md
1.86 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
composer.json
1.6 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
composer.lock
182.67 KB
08/12/2024 10:33:00 AM
rw-r--r--
📁
docs
-
08/12/2024 10:33:26 AM
rwxr-xr-x
📄
infection.json.dist
328 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
mkdocs.yml
339 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpbench.json
167 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpcs.xml.dist
345 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpstan.neon.dist
233 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpunit.xml.dist
965 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:17 AM
rwxr-xr-x
📁
test
-
08/12/2024 10:34:18 AM
rwxr-xr-x
Editing: README.md
Close
# JWT [![Gitter]](https://gitter.im/lcobucci/jwt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Total Downloads]](https://packagist.org/packages/lcobucci/jwt) [![Latest Stable Version]](https://packagist.org/packages/lcobucci/jwt) [![Unstable Version]](https://packagist.org/packages/lcobucci/jwt) [![Build Status]](https://github.com/lcobucci/jwt/actions?query=workflow%3A%22PHPUnit%20Tests%22+branch%3Amaster) [![Code Coverage]](https://codecov.io/gh/lcobucci/jwt) A simple library to work with JSON Web Token and JSON Web Signature based on the [RFC 7519](https://tools.ietf.org/html/rfc7519). ## Installation Package is available on [Packagist](https://packagist.org/packages/lcobucci/jwt), you can install it using [Composer](https://getcomposer.org). ```shell composer require lcobucci/jwt ``` ## Documentation The documentation is available at <https://lcobucci-jwt.readthedocs.io/en/latest/>. ## Supported by Auth0  If you want to add secure token based authentication to your PHP projects, feel free to check out Auth0's PHP SDK and free plan at [auth0.com/developers](https://auth0.com/developers?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=jwt-php&utm_content=auth). [Gitter]: https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-brightgreen.svg?style=flat-square [Total Downloads]: https://img.shields.io/packagist/dt/lcobucci/jwt.svg?style=flat-square [Latest Stable Version]: https://img.shields.io/packagist/v/lcobucci/jwt.svg?style=flat-square [Unstable Version]: https://img.shields.io/packagist/vpre/lcobucci/jwt.svg?style=flat-square [Build Status]: https://img.shields.io/github/workflow/status/lcobucci/jwt/PHPUnit%20tests/master?style=flat-square [Code Coverage]: https://codecov.io/gh/lcobucci/jwt/branch/master/graph/badge.svg