Libraries tagged by PHP token
sop/jwx
306590 Downloads
A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.
ory/client
156970 Downloads
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
gamegos/jws
412635 Downloads
Json Web Signature (JWS) PHP implementation
atelierdisko/coupon_code
203370 Downloads
PHP library to generate and validate coupon code strings.
jeremeamia/functionparser
177436 Downloads
Function parser for PHP functions, methods, and closures
palepurple/rate-limit
562862 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
byjg/jwt-session
88137 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
peterujah/php-agora-tokens
17651 Downloads
This package is a Composer-friendly rewrite of Agora,s PHP token generator.
fustundag/tokenbucket
702422 Downloads
PHP TokenBucket implementation for rate limit
codewithkyrian/tokenizers
349 Downloads
Fast, pure-PHP tokenizer library compatible with Hugging Face tokenizers for encoding and decoding text
semji/gpt-3-tokenizer-php
159660 Downloads
PHP Text Tokenizer for GPT models
instaclick/php-code-sniffer
218322 Downloads
(fork) PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
nixilla/php-jwt
319866 Downloads
Json Web Token for PHP
alancting/php-microsoft-jwt
48622 Downloads
A simple library to validate and decode Microsoft Azure Active Directory (Azure AD), Microsoft Active Directory Federation Services (ADFS) JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
lindelius/php-jwt
101803 Downloads
Convenience library for working with JSON Web Tokens (JWT) in PHP