Libraries tagged by decode
gointegro/json
9001 Downloads
GOintegro JSON Lib
germania-kg/base64-coder
81 Downloads
Converts a selector and token pair to base64 forth and back.
gekkone/nbt
8 Downloads
Parser/Writer for the NBT file format
gavinggordon/transpositioncipher
19 Downloads
A basic columnar transposition cipher class in PHP.
gavinggordon/htmlentities
313 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.
ft/attributes
31 Downloads
Catalog of PHP attributes like json, logging and property validation
fourkitchens/tiktoken
0 Downloads
PHP version of tiktoken
dydro/encoding
10 Downloads
Support for various encoding/decoding formats
dutymess/hashids
109 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
cylab/json
975 Downloads
Encodes, decodes, and validates JSON data.
crazzy501/gpt3-tokenizer
8 Downloads
PHP package for Byte Pair Encoding (BPE) used by GPT-3.
cornford/bencoded
506 Downloads
An easy way to use bencoding in Laravel.
codekandis/xml-codec
0 Downloads
`codekandis/xml-codec` is a library providing a codec to encode into and decode from XML in an object oriented way.
codekandis/json-codec
657 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
73 Downloads
`codekandis/base64-codec` is a library providing a codec to encode into and decode from Base64 in an object oriented way.