File: index.md

package info (click to toggle)
php-lcobucci-jwt 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,304 kB
  • sloc: php: 6,674; makefile: 49
file content (17 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Overview

`lcobucci/jwt` is a framework-agnostic PHP library that allows you to issue, parse, and validate JSON Web Tokens based on the [RFC 7519].

## Support

If you're having any issue to use the library, please [create a GH issue].
You can also reach us and other users of this library via our [Gitter channel].

## License

The project is licensed under the MIT license, see [LICENSE file].

[RFC 7519]: https://tools.ietf.org/html/rfc7519
[create a GH issue]: https://github.com/lcobucci/jwt/issues/new
[Gitter channel]: https://gitter.im/lcobucci/jwt
[LICENSE file]: https://github.com/lcobucci/jwt/blob/master/LICENSE