Libraries tagged by ints
paragonie/random_compat
520145911 Downloads
PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
nelexa/buffer
498314 Downloads
Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.
theodorejb/polycast
187333 Downloads
Safely cast values to int, float, or string
eonx-com/easy-random
770081 Downloads
Provides easy way to generate random values (string, int, uuids, ...)
remorhaz/int-rangesets
99785 Downloads
Integer range sets manipulation
rackbeat/laravel-validate-mysql-integers
28010 Downloads
Validation Rule to ensure a value is within valid Mysql Integer ranges.
davidkmenta/doctrine-simple-array-types
110999 Downloads
Extended simple array types for Doctrine
orklah/psalm-strict-numeric-cast
45877 Downloads
Restrict the use of (int) and (float) to numeric-string only
konekt/laravel-migration-compatibility
119098 Downloads
Library to help migrations to figure out whether a related field is int or bigInt
h4kuna/data-type
249375 Downloads
Basic data type, int, float, string, set, gps
traderinteractive/filter-ints
80415 Downloads
A filtering implementation for verifying correct data and performing typical modifications to data
axn/laravel-pk-int-to-bigint
3945 Downloads
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project
pronamic/wp-number
79704 Downloads
WordPress Number library.
requtize/semver-converter
6032 Downloads
Converts SemVer version (like Composer packages) into integer version with operators. Helps managing versions: store, compare, sort and retrive by conditions.
zebra-north/phpcs-short-types
30597 Downloads
Require the use of short scalar type names (bool, int) in comments, instead of long names (boolean, integer).