Libraries tagged by decoding
kryuu-common/base64-url
6 Downloads
This is a simple library for encoding and decoding Base64Url, the basis of this is that the Base64 is not URL safe due to the characters `+`, `/` and `=`, so this encode replaces these characters with `=` to ``, `+` to `-` and `/` to `_` for the purpose of using it in the URL
khooz/polyline
2 Downloads
Encoding and decoding a series of lattitudes and longitudes into Google's Polyline format
kduma/binary-tools
86 Downloads
PHP library for binary data manipulation and encoding/decoding tools
itlogic/hash-int
24 Downloads
Encoding and decoding integer in 6-character hash
ispomazkin/yii2-opel
34 Downloads
Opel EPC Catalog without VIN decoding
ispomazkin/yii2-hummer
20 Downloads
Hummer EPC Catalog without VIN decoding
ispomazkin/yii2-cadillac
22 Downloads
Cadillac EPC Catalog without VIN decoding
iluxaorlov/base32
12 Downloads
Library for Base32 encoding and decoding
icn/laminas-json
1 Downloads
provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
haikiri/simple-php-totp
235 Downloads
Lightweight PHP TOTP (RFC 6238) and Base32 (RFC 4648) generation/decoding for 2FA authentication
grizz-it/codec
893 Downloads
Encoding and decoding for PHP applications.
gries/json-resolver
6666 Downloads
A simple tool to resolve objects / trees of objects when encoding / decoding json
gertexllc/yii2-vin-decoder
2 Downloads
A Yii2 component for decoding vehicle VINs
francerz/json-tools
641 Downloads
Tools for encoding and decoding json objects.
firewox/bigjson
116 Downloads
Library for encoding and decoding very large json files without crashing the server.