Libraries tagged by integer to string
delight-im/random
30177 Downloads
The most convenient way to securely generate anything random in PHP
princejohnsantillan/id-base-converter
5734 Downloads
Encode integer IDs using a preset or customized symbol set
ducks-project/spl-types
28074 Downloads
Polyfill Module for SplType PHP extension. This extension aims at helping people making PHP a stronger typed language and can be a good alternative to scalar type hinting. It provides different typehandling classes as such as integer, float, bool, enum and string
hadi-aghandeh/laravel-friendly-id
121 Downloads
map integer id to a friendly string
bradleyboy/range-converter
90 Downloads
Simple class that creates compact string representations of integer arrays. Can also convert those strings back to an array.
service-to/base
156 Downloads
Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.
mindplay/keypack
18 Downloads
Pack/unpack integer and GUID keys to shorter strings
merkdev/simple-php-crypt
390 Downloads
Converts an integer to YouTube style (like) crypted string. Simple crypt class for PHP
lsv/timestringparser
15 Downloads
Parse a text string to minutes in integer
noscrape/noscrape
6 Downloads
Noscrape utilizes true-type fonts to obfuscate strings and integers, providing robust anti-scraping measures for websites and applications. It generates a new font with shuffled unicodes, making it nearly impossible to reverse-engineer and decipher data without the obfuscation-font.
honest/bijective
25 Downloads
Bijective is a library that can compute pairings between alphanumeric strings, and integers. Every integer can be mapped to an alphanumeric string, and every alphanumeric string can be mapped back to an integer with no unpaired permutations.
gjerokrsteski/php-dba-cache
18 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays
zenexjp/types
50 Downloads
A php library to handle basic types like string, non empty string, positive integer and so on.
plaisio-ts/helper-cast
1314 Downloads
PhpPlaisio (TypeScript): Safely cast mixed values to bool, number (float or integer), or string
thesmart/bitfield
8902 Downloads
Map an array of options to a binary bitfield as a string or integer, and back again.