Libraries tagged by PHP token
imanghafoori/php-token-analyzer
474606 Downloads
Token analyzer utility for PHP
fustundag/tokenbucket
598902 Downloads
PHP TokenBucket implementation for rate limit
dirape/token
260329 Downloads
Unique Token Generator For Laravel
mehrab-wj/tiktoken-php
40680 Downloads
a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.
nowakowskir/php-jwt
224081 Downloads
JSON Web Token implementation for PHP.
jms/php-manipulator
34384 Downloads
Library for Analyzing or Manipulating PHP files using the TokenStream, AST, or both
miladrahimi/php-jwt
231314 Downloads
A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator
furqansiddiqui/erc20-php
61144 Downloads
Interact with any ERC20 standard/backward-compatible Ethereum token
facile-it/php-jose-verifier
579581 Downloads
JWT Token Verifier. A JWT verifier for access tokens, id tokens and others
elasticemail/elasticemail-php
62206 Downloads
The PHP library for the Elastic Email REST API. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. To start using this API, you will need your Access Token. Remember to keep it safe.
nicoswd/php-rule-parser
72139 Downloads
Rule Engine - Rule Parser & Evaluator
danny50610/bpe-tokeniser
302832 Downloads
PHP port for openai/tiktoken (most)
coderevolutionplugins/gpt-3-encoder-php
39803 Downloads
PHP BPE Text Encoder/Decoder for GPT-2 / GPT-3
sop/jwx
196105 Downloads
A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.
ory/client
26741 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) |