PHP JWT phpseclib3 implementation
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-12 20:10:26 +00:00
src Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
.editorconfig Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
.gitattributes Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
.gitignore Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
composer.json Changed PHP version constraint + target ^1.0 of the base library. 2026-09-12 20:10:26 +00:00
composer.lock Changed PHP version constraint + target ^1.0 of the base library. 2026-09-12 20:10:26 +00:00
LICENCE Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
phpdoc.xml Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
phpstan.neon Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
phpunit.xml Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00
README.md Moved seclib3 implementation to its own package. 2026-09-12 19:35:03 +00:00

Railgun JWT phpseclib3 implementation

This repository/package contains the phpseclib3 based implementations of \Railgun\Jwt\Jwk and \Railgun\Jwt\JwkSetLoader.