Libraries tagged by base62
zhuyanxun/aes
225 Downloads
aes加密类,加密后的字符串没有_-+等特殊符号,只有数字和字母
phpexperts/conciseuuid
10255 Downloads
An Eloquent model for using concise UUIDs (base62) as keys.
kurl/base62
1358 Downloads
Simple base 62 encoder/decoder
chenkby/base62
18 Downloads
base62加密解密
chavao/base62
114 Downloads
Base 62 encoder/decoder
amirax/base62
111 Downloads
Base62 encoder and decoder
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
solarsnowfall/base62-id
0 Downloads
Simple property mapping basis for ORM.
mfonte/base62x
305 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.
xavierfaucon/bravoids
35 Downloads
Converts Ids (base10) to Hashids (base50 or 62)
service-to/base
158 Downloads
Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.
qiuqiux/base-convert
249 Downloads
Converted from Binary,Octal,Decimal,Hexadecimal,Base62 and etc
originphp/security
11266 Downloads
OriginPHP Security
moccalotto/idhash
178 Downloads
A reversible (integer) ID obfuscator
gponster/laravel-url62-uuid
61 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