Skip to content

Commit 6cdb8fa

Browse files
committed
Update readme.md
1 parent 945ef78 commit 6cdb8fa

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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>
77

88
## Requirement
99

1010
- PHP 7 +
11+
- OpenSSL (Version >= 1.0.1f) Might work with older version as well, but I did not check that.
1112

1213
## Install
1314

@@ -81,7 +82,4 @@ ECDSA|ES256|ES384|ES512
8182

8283
## License
8384

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.

0 commit comments

Comments
 (0)