Libraries tagged by base 62
zhuyanxun/aes
185 Downloads
aes加密类,加密后的字符串没有_-+等特殊符号,只有数字和字母
phpexperts/conciseuuid
10206 Downloads
An Eloquent model for using concise UUIDs (base62) as keys.
chavao/base62
113 Downloads
Base 62 encoder/decoder
service-to/base
156 Downloads
Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.
qiuqiux/base-convert
244 Downloads
Converted from Binary,Octal,Decimal,Hexadecimal,Base62 and etc
brtnetwork/base-x
46 Downloads
Encode/decode any base
yzalis/id-obfuscator
213 Downloads
An efficient reversible ID obfuscator originaly based on base 62 encoding.
kurl/base62
1357 Downloads
Simple base 62 encoder/decoder
solarsnowfall/base62-id
0 Downloads
Simple property mapping basis for ORM.
mfonte/base62x
285 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
chenkby/base62
16 Downloads
base62加密解密
amirax/base62
108 Downloads
Base62 encoder and decoder
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
lucasmichot/uuid62
7 Downloads
generate a unique Uuid from a value, using base 62.
gponster/laravel-url62-uuid
58 Downloads
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid