Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 31404be

Browse files
Add stable badge [skip ci].
1 parent 023689a commit 31404be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![example workflow](https://github.com/php-istio/jwt-payload-extractor/actions/workflows/unit-tests.yml/badge.svg)
44
![example workflow](https://github.com/php-istio/jwt-payload-extractor/actions/workflows/coding-standards.yml/badge.svg)
55
[![codecov](https://codecov.io/gh/php-istio/jwt-payload-extractor/branch/main/graph/badge.svg?token=I2ZACWOYHM)](https://codecov.io/gh/php-istio/jwt-payload-extractor)
6+
[![Latest Stable Version](http://poser.pugx.org/php-istio/jwt-payload-extractor/v)](https://packagist.org/packages/php-istio/jwt-payload-extractor)
67

78
## About
89

@@ -70,7 +71,7 @@ $payload = $extractor->extract($serverRequest);
7071
//......
7172
```
7273

73-
+ Extract base64 payload header:
74+
+ Extract base64 payload in header:
7475

7576
```php
7677
<?php

0 commit comments

Comments
 (0)