Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavpandeyvpz/jweety
Simple JWT (RFC 7519) encoding/decoding and validation library, for PHP >= 5.3.
https://github.com/vaibhavpandeyvpz/jweety
authentication jsonwebtoken jwt php security
Last synced: 4 days ago
JSON representation
Simple JWT (RFC 7519) encoding/decoding and validation library, for PHP >= 5.3.
- Host: GitHub
- URL: https://github.com/vaibhavpandeyvpz/jweety
- Owner: vaibhavpandeyvpz
- License: mit
- Created: 2017-01-30T10:15:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T12:21:40.000Z (about 7 years ago)
- Last Synced: 2024-05-03T03:53:18.942Z (6 months ago)
- Topics: authentication, jsonwebtoken, jwt, php, security
- Language: PHP
- Homepage: https://github.com/vaibhavpandeyvpz/jweety/wiki
- Size: 4.88 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vaibhavpandeyvpz/jweety
Simple [JWT](https://jwt.io/) ([RFC 7519](https://tools.ietf.org/html/rfc7519)) encoding/decoding and validation library, for [PHP](http://php.net/) >= 5.3.[![Build status](https://img.shields.io/travis/vaibhavpandeyvpz/jweety.svg?style=flat-square)](https://travis-ci.org/vaibhavpandeyvpz/jweety)
[![Code Coverage](https://img.shields.io/codecov/c/github/vaibhavpandeyvpz/jweety.svg?style=flat-square)](https://codecov.io/gh/vaibhavpandeyvpz/jweety)
[![Latest Version](https://img.shields.io/github/release/vaibhavpandeyvpz/jweety.svg?style=flat-square)](https://github.com/vaibhavpandeyvpz/jweety/releases)
[![Downloads](https://img.shields.io/packagist/dt/vaibhavpandeyvpz/jweety.svg?style=flat-square)](https://packagist.org/packages/vaibhavpandeyvpz/jweety)
[![PHP Version](http://img.shields.io/badge/php-5.3+-8892be.svg?style=flat-square)](http://php.net/)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)[![SensiolabsInsight](https://insight.sensiolabs.com/projects/b9d88988-f4d6-4e18-8312-a8d49bb075d4/small.png)](https://insight.sensiolabs.com/projects/b9d88988-f4d6-4e18-8312-a8d49bb075d4)
Documentation
-------
To view documentation, please visit the [Wiki](https://github.com/vaibhavpandeyvpz/jweety/wiki).License
------
See [LICENSE](LICENSE) file.