Libraries tagged by endcoding
mihasicehcek/json_parser
5709 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
locustv2/yii2-encode-url-rule
469 Downloads
Makes the encoding of query parameters easier when creating urls.
kupodigital/ldjson
24 Downloads
LightweightDataJson - A lightweight utility for encoding and decoding data in the .ld-json format.
khiemdd7692/sms-counter
60 Downloads
SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.
kduma/binary-tools
10 Downloads
PHP library for binary data manipulation and encoding/decoding tools
kamerk22/ipfuscator
7 Downloads
IPFuscation is a technique that allows for IP addresses to be represented in hexadecimal or decimal instead of the decimal encoding we are used to. IPFuscator allows us to easily convert to these alternative formats that are interpreted in the same way.
joppuyo/jpeg-xl-encode
34 Downloads
A PHP library for encoding JPEG XL images. Very much inspired by WebP Convert.
ionux/php-asn1-library
10 Downloads
This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers.
goetas/xml-xsd-encoder
663 Downloads
Convert PHP to XML and viceversa using XML Schema definition as encoding style
francerz/json-tools
539 Downloads
Tools for encoding and decoding json objects.
everstu/gpt3-tokenizer
178 Downloads
PHP package for Byte Pair Encoding (BPE) used by GPT-3.
edgaras/custombase64
127 Downloads
A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.
cmpayments/jsonlint
4647 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.
blockchainethdev/rlp
181 Downloads
Recursive Length Prefix Encoding in PHP.
blesta/binary-to-text-php
6865 Downloads
Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.