File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- # php-jwt
2
-
3
- [ ![ Build Status ] [ travis-image ]] [ travis-url ]
4
- ![ Branch master ] ( https://img.shields.io/badge/branch-master-brightgreen.svg?style=flat-square )
5
-
6
- > A PHP extension for JSON Web Token
1
+ < div align = " center " >
2
+ <p><img src="https://jwt.io/img/logo-asset.svg" /></p>
3
+ <p><sub>A PHP extension for JSON Web Token (JWT)</sub></p>
4
+ <a target="_blank" href=" https://travis-ci.org/cdoco/php-jwt" title="Build Status"><img src="https://travis-ci.org/cdoco/php-jwt.svg"></a>
5
+ <img src="https://img.shields.io/badge/branch-master-brightgreen.svg?style=flat-square">
6
+ </ div >
7
7
8
8
## Requirement
9
9
10
10
- PHP 7 +
11
+ - OpenSSL (Version >= 1.0.1f) Might work with older version as well, but I did not check that.
11
12
12
13
## Install
13
14
@@ -81,7 +82,4 @@ ECDSA|ES256|ES384|ES512
81
82
82
83
## License
83
84
84
- PHP License. See the [ LICENSE] ( LICENSE ) file.
85
-
86
- [ travis-url ] : https://travis-ci.org/cdoco/php-jwt
87
- [ travis-image ] : https://travis-ci.org/cdoco/php-jwt.svg
85
+ PHP License. See the [ LICENSE] ( LICENSE ) file.
You can’t perform that action at this time.
0 commit comments