Libraries tagged by bencode
mabrahamde/idna-converter
48747 Downloads
Converts domain names between UTF-8 and ASCII (punycode) notation. This is a fork of phlyLabs' pure PHP IDNA Converter
loostro/cryptomute
27088 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
youthage/laravel-3des
35120 Downloads
Laravel Des3 encode
yocto/yoclib-multibase
7700 Downloads
This yocLibrary enables your project to encode and decode Multibases in PHP.
wyrihaximus/react-stream-json
62108 Downloads
Incremental JSON encoder writing to a react/stream
wyrihaximus/react-stream-base64
51982 Downloads
Base64 stream encoders/decoders for ReactPHP
vouchedfor/token-bundle
5875 Downloads
Provides support for the use of an external token encoder/decoder
shrd/php-encoding-combinators
14088 Downloads
Utilities to encode/decode strings
sbwerewolf/json-serialize-trait
8581 Downloads
Library with trait of ability to output all properties of class-exemplar at call json_encode()
phuedx/tnetstring
7037 Downloads
A tagged netstring encoder/decoder for PHP.
networkteam/json-seq
25262 Downloads
JSON Text Sequences (RFC7464) encoder and decoder
jwt/php-jwt
6437 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
hampel/json
88051 Downloads
A simple wrapper for json_encode and json_decode with exception based error handling
dschledermann/json-coder
501 Downloads
Encode and decode JSON objects from and to custom PHP classes
cbschuld/php-uuid-base58
15433 Downloads
Generates a RFC4122 compliant v4 UUID and returns it encoded in base-58. This is great for creating unique IDs which only consume 22 characters of storage. Also provides base-58 encoding and decoding.