Libraries tagged by base32_encode
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
ariselseng/base32h
191 Downloads
Library to encode/decode numbers in Base32H
nassiry/laravel-encoder
65 Downloads
An advanced Laravel encoder package for string & integer encoding and decoding.
kurl/base62
1357 Downloads
Simple base 62 encoder/decoder
chavao/base62
114 Downloads
Base 62 encoder/decoder
badcow/ademarre-binary-to-text-php
409 Downloads
This is a fork of the original repository. Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.
brtnetwork/base-x
49 Downloads
Encode/decode any base
lucasmichot/eloquentuuid
17 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
gponster/laravel-url62-uuid
59 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