Libraries tagged by integer to string
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
gryfoss/int-precision-helper
71 Downloads
Helper class for handling decimal precision by storing floats as integers to avoid floating-point precision issues in database storage and calculations.