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
|