Libraries tagged by integer to string
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
merkjs/simple-php-crypt
87 Downloads
Converts an integer to YouTube style (like) crypted string. Simple crypt class for PHP
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.
grzlnxdevelopment/generatecode
4 Downloads
A package to generate a string code containing integers with a given length.
zenexjp/types
56 Downloads
A php library to handle basic types like string, non empty string, positive integer and so on.
plaisio-ts/helper-cast
1590 Downloads
PhpPlaisio (TypeScript): Safely cast mixed values to bool, number (float or integer), or string
jsys/types
47 Downloads
A php library to handle basic types like string, non empty string, positive integer and so on.
ataur/binarray
16 Downloads
An alternative way to handle large volumn of integer or short string as array in memory efficient way.
trentonmaki/primitive-types
7 Downloads
A library that allows you to type hint primitive types like integers and strings
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.
milantex/tpc
14 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.
mahmud/buffered-queue
40 Downloads
A simple to use buffering queue as PHP package (no dependencies), which flexibly buffers objects, strings, integers etc. until a maximum size is reached
mpd/util-strint-cmp
4 Downloads
Library to compare large integers with arbitrary precisions, provides own pure php implementation, but can also use bcmath or GMP on background when available