Libraries tagged by bencoding
timjmasters/php-base64url
10544 Downloads
A base64url encoder for encoding data as specified in rfc4648 section 5 https://www.rfc-editor.org/rfc/rfc4648#section-5
sunrise/coder
1141 Downloads
A flexible data coder for encoding and decoding formats like JSON, YAML, and more.
sourcetoad/bytey
881 Downloads
A library for encoding Google Map's Encoded Polyline.
softwarewisdom/leb128
548 Downloads
LEB128 encoding and decoding
qdenka/punycode
2984 Downloads
A simple PHP library for encoding and decoding URLs to and from Punycode.
p3k/multipart
24406 Downloads
Multipart Encoding Library
minter/php-rlp
7330 Downloads
Recursive Length Prefix Encoding in PHP.
mihasicehcek/json_parser
5673 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jocic/encoders
995 Downloads
Encoders is a creatively named PHP library containing various binary-to-text encoding implementations.
eluhr/yii2-json-attribute-behavior
1313 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
elfsundae/laravel-hashid-uuid
2299 Downloads
Shorten UUID encoding for Laravel Hashid.
digicomp/flowsessionlock
3635 Downloads
Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests
daun/statamic-mux
591 Downloads
Seamless video encoding and streaming using Mux on Statamic sites
co-stack/reversible
4008 Downloads
Provides portable reversible functions and queues. Can be used e.g. for transport encoding or complex value processing
cmpayments/jsonlint
4641 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.