Libraries tagged by base62x
zhuyanxun/aes
230 Downloads
aes加密类,加密后的字符串没有_-+等特殊符号,只有数字和字母
mfonte/base62x
307 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.
tuupola/base62
4649582 Downloads
Base62 encoder and decoder for arbitrary data
tuupola/ksuid
1297629 Downloads
K-Sortable Globally Unique IDs
elfsundae/laravel-hashid
267496 Downloads
A simple, elegant way to obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
zackkitzmiller/tiny
210861 Downloads
A reversible base62 ID obfuscater.
base62/base62
10566 Downloads
base62 encoder and decoder also for big numbers with Laravel integration
xobotyi/basen
20881 Downloads
Text and integers encoding utilities for PHP with no extensions dependencies. Base32, Base58, Base64 and much more!
tiny-blocks/ksuid
94266 Downloads
K-Sortable Unique Identifier.
tiny-blocks/encoder
94450 Downloads
Encoder and decoder for arbitrary data.
lessmore92/base-x
78627 Downloads
Encode/decode any base
ironer/base62shrink
298 Downloads
Simple javascript to perform LZW compression on longer structured or repetitive UTF8 data (like stringified JSON) to some universally web safe form. Simple PHP class for server side data processing.
deemru/abcode
10976 Downloads
ABC (alphabet) encode/decode
alesitom/hybrid-id
1056 Downloads
Compact, time-sortable unique ID generator for PHP. Drop-in UUID/ULID alternative with base62 encoding, Stripe-style prefixes, and configurable entropy profiles.
phpexperts/conciseuuid
10282 Downloads
An Eloquent model for using concise UUIDs (base62) as keys.