Libraries tagged by integer to string
dcarbone/php-int-to-alpha
1511 Downloads
A lib that take a base 10 integer and turns it into a base 26 alphabet string
jakoubek/php-recordlocator
14 Downloads
A library to encode integers into a short and easy to read string.
php-extended/php-ensure
871 Downloads
A library to safely convert pointers to the right data type
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
merkjs/simple-php-crypt
86 Downloads
Converts an integer to YouTube style (like) crypted string. Simple crypt class for PHP
grzlnxdevelopment/generatecode
3 Downloads
A package to generate a string code containing integers with a given length.
jsys/types
45 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
6 Downloads
A library that allows you to type hint primitive types like integers and strings
milantex/tpc
13 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
39 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