adhocore / php-jwt

Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.2. This library makes JWT a cheese. It is a minimal JWT integration for PHP.
https://github.com/adhocore/php-jwt
MIT License
295 stars 21 forks source link

Support php5.5 #8

Closed adhocore closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #8   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity       35     38    +3     
=======================================
  Files             2      2           
  Lines            93     94    +1     
=======================================
+ Hits             93     94    +1
Impacted Files Coverage Δ Complexity Δ
src/JWT.php 100% <100%> (ø) 19 <19> (+1) :arrow_up:
src/ValidatesJWT.php 100% <100%> (ø) 19 <0> (+2) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3cbbf06...7eb47d9. Read the comment docs.