Libraries tagged by encodia
noorani-mm/secure-image
7 Downloads
Make your image files secure by encoding and decoding
nocika/gpt3-tokenizer
15 Downloads
PHP package for Byte Pair Encoding (BPE) used by GPT-3.
nnekipelov/forceutf8
0 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
nielpe87/parsing
21 Downloads
A basic Base64Url and JSON encoding/decoding implementation
neogreco/json-request-parser
26 Downloads
Simple class to read a json from a request no matter what type of compression/encoding has
mrinte/rlp
1 Downloads
Recursive Length Prefix Encoding in PHP.
mohiqssh/rlp
28 Downloads
Recursive Length Prefix Encoding in PHP.
mleko/punycode
789 Downloads
A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)
maxoplata/string-thing
4 Downloads
A lightweight library for encoding and decoding strings using various patterns.
manovotny/wp-fix-feed-not-well-formed-markup
127 Downloads
Fixes WordPress not properly encoding markup when displayed in a feed.
lukeusher/forceutf8
15 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
logicspot/base64_phpmailer
504 Downloads
Sets PHPMailer to use base64 encoding in WordPress.
lkcodes/mycode
42 Downloads
A collection of commonly used tools, such as exporting tables, manipulating databases,File caching, string processing/encoding and decoding, array and object conversion, and so on. It can be used in any framework
kupodigital/ldjson
20 Downloads
LightweightDataJson - A lightweight utility for encoding and decoding data in the .ld-json format.
kryuu-common/base64-url
6 Downloads
This is a simple library for encoding and decoding Base64Url, the basis of this is that the Base64 is not URL safe due to the characters `+`, `/` and `=`, so this encode replaces these characters with `=` to ``, `+` to `-` and `/` to `_` for the purpose of using it in the URL