Libraries tagged by string to integer
service-to/base
161 Downloads
Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.
lsv/timestringparser
16 Downloads
Parse a text string to minutes in integer
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
honest/bijective
29 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.
vanni/idmix
1 Downloads
IDX v1.2: encode typed integer and short string sequences to compact text
merkjs/simple-php-crypt
87 Downloads
Converts an integer to YouTube style (like) crypted string. Simple crypt class for PHP
webictbyleo/odoid
0 Downloads
Deterministic mixed-radix ID encoding — maps integers to 6, 7, or 8-character alphanumeric strings. Ambiguous characters I, L, O excluded.
grzlnxdevelopment/generatecode
4 Downloads
A package to generate a string code containing integers with a given length.
gogh-idawoodjee/shortcode
2 Downloads
Encode integers and UUIDs to short, URL-safe Base62 strings and back.
plaisio-ts/helper-cast
1670 Downloads
PhpPlaisio (TypeScript): Safely cast mixed values to bool, number (float or integer), or string
ataur/binarray
16 Downloads
An alternative way to handle large volumn of integer or short string as array in memory efficient way.
zenexjp/types
96 Downloads
A php library to handle basic types like string, non empty string, positive integer and so on.
trentonmaki/primitive-types
7 Downloads
A library that allows you to type hint primitive types like integers and strings
jsys/types
47 Downloads
A php library to handle basic types like string, non empty string, positive integer and so on.
nhpiash/php-input-filter
3 Downloads
A lightweight and reusable PHP package to sanitize and validate user inputs like strings, integers, emails, URLs, booleans, and arrays.