Libraries tagged by base62
tuupola/base62
3291544 Downloads
Base62 encoder and decoder for arbitrary data
tuupola/ksuid
847707 Downloads
K-Sortable Globally Unique IDs
elfsundae/laravel-hashid
197528 Downloads
A simple, elegant way to obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
zackkitzmiller/tiny
204426 Downloads
A reversible base62 ID obfuscater.
base62/base62
6696 Downloads
base62 encoder and decoder also for big numbers with Laravel integration
tiny-blocks/ksuid
39429 Downloads
K-Sortable Unique Identifier.
tiny-blocks/encoder
39531 Downloads
Encoder and decoder for arbitrary data.
xobotyi/basen
16904 Downloads
Text and integers encoding utilities for PHP with no extensions dependencies. Base32, Base58, Base64 and much more!
lessmore92/base-x
39318 Downloads
Encode/decode any base
deemru/abcode
9931 Downloads
ABC (alphabet) encode/decode
phpexperts/conciseuuid
10250 Downloads
An Eloquent model for using concise UUIDs (base62) as keys.
vinkla/base62
1703 Downloads
A reversible base62 ID obfuscator
ironer/base62shrink
153 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.
nassiry/laravel-encoder
68 Downloads
An advanced Laravel encoder package for string & integer encoding and decoding.
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