Libraries tagged by decoder
muvon/base58-codec
207 Downloads
Base58 codec
mfonte/fast-toon
5 Downloads
Fastest TOON (Token-Oriented Object Notation) encoder/decoder for PHP 7.0+. 3x faster encoding, 15x faster decoding vs alternatives. LLM-optimized with ~40% token reduction vs JSON.
manoj/toon-php-lite
165 Downloads
Lite PHP implementation of TOON (Token-Oriented Object Notation)
laventure/encoding
29 Downloads
Generic implementation php encoding
jfcherng/php-aacodec
99 Downloads
Encode/decode JavaScript to/from Japanese style emoticons.
heitorflavio/toon-php
0 Downloads
TOON (Token-Oriented Object Notation) encoder/decoder for PHP - a compact, human-readable serialization format designed for LLM prompts
hamidatyabi/image-library
317 Downloads
Library for image manipulation
grizz-it/codec
893 Downloads
Encoding and decoding for PHP applications.
gavinggordon/htmlentities
318 Downloads
A PHP class which allows the decoding and encoding of a wider variety of characters compared to the standard htmlentities and html_entity_decode functions.
farzai/json-serializer
1 Downloads
High-performance JSON serializer for PHP with streaming support, type-safe object mapping, and memory-efficient processing.
exorg/data-coder
21 Downloads
Expansible Universal Data and Data Files Decoder/Encoder.
diego-ninja/cartoon
0 Downloads
High-performance TOON (Token-Oriented Object Notation) encoder/decoder for PHP 8.4+
dface/snmp-packet
5 Downloads
SNMP packets encoder/decoder
codekandis/json-codec
675 Downloads
With the JSON codec you will be able to encode into and decode from JSON data in an object oriented way. It wraps PHP's functions `json_encode()` and `json_decode()`.
codekandis/base64-codec
91 Downloads
`codekandis/base64-codec` is a library providing a codec to encode into and decode from Base64 in an object oriented way.