Libraries tagged by base32_encode
yzalis/id-obfuscator
4 Favers
213 Downloads
213 Downloads
An efficient reversible ID obfuscator originaly based on base 62 encoding.
maximal/base32-php
0 Favers
6 Downloads
6 Downloads
Base32 encoding/decoding for PHP
amirax/base62
2 Favers
108 Downloads
108 Downloads
Base62 encoder and decoder
ajepe/base62
0 Favers
8 Downloads
8 Downloads
base62 encode integer as a string and decode the string back to an integer
kurl/base62
1 Favers
1357 Downloads
1357 Downloads
Simple base 62 encoder/decoder
badcow/ademarre-binary-to-text-php
0 Favers
408 Downloads
408 Downloads
This is a fork of the original repository. Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.
lucasmichot/eloquentuuid
2 Favers
17 Downloads
17 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
gponster/laravel-url62-uuid
3 Favers
58 Downloads
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