Libraries tagged by eecode
fizzday/fizzjwt
446 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on 'firebase/jwt', add the decode() third param default 'HS256'(JWT 无状态 restful api 认证)
dv-team/json
933 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
devristo/torrent
2380 Downloads
Torrent file decoder / encoder
deemru/abcode
10201 Downloads
ABC (alphabet) encode/decode
aywan/polyline
8056 Downloads
Google-esque polyline encoder/decoder implementation in Php.
api-clients/middleware-json
75687 Downloads
JSON encode/decode middleware
1msg/one_msg_waba_sdk
2705 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
uma/phpasn1
3996 Downloads
A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.
21torr/php-cs
12636 Downloads
Code style, encoded as rules for common tools.
widi/json-encode
2742 Downloads
A light weight deep json encoder which avoids recursive encoding.
vardumper/legacy-wordpress-password-encoder
505 Downloads
Import or migrate users from WordPress and WooCommerce to Shopware 6. Use the 'wordpress' encoder setting. Users will be able to login as before.
usu/scrypt-password-encoder-bundle
1348 Downloads
Scrypt password encoder for Symfony2
twistor/character-encoder
7993 Downloads
tjdraper/json-eencoder
179 Downloads
JSON encode content.
sajjadh47/bpe-encoder-php
30 Downloads
BPE (Byte-Pair Encoding) Encoder Decoder for OpenAI's GPT-2 / GPT-3 Implemented In Pure PHP, Zero Dependency, Multi Byte Supported.