Libraries tagged by integers
moccalotto/idhash
178 Downloads
A reversible (integer) ID obfuscator
mitydigital/statamic-variable-number-fieldtype
104 Downloads
A variable number fieldtype for integers and currency for public-facing Statamic forms.
mindplay/datetime
18 Downloads
Chainable date/time helper for convenient work with integer timestamps
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.
michielkempen/laravel-uuid-model
15661 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
merkdev/simple-php-crypt
404 Downloads
Converts an integer to YouTube style (like) crypted string. Simple crypt class for PHP
maxon-design/numbers_words
244 Downloads
Allows converting numbers written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity.
mario-legenda/php-strong-types
37 Downloads
Provides strongly typed object of String, Integer, Float and ArrayType
manchidede/hashed-passport-for-dusterio-lumen-passport
3 Downloads
Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.
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
magneds/messageformat
167 Downloads
ICU message formatting using keywords instead of positional integers
machinateur/roman-numerals
21 Downloads
A PHP library to convert ordinary integers to roman numerals (and back). Just like that.
lsv/timestringparser
16 Downloads
Parse a text string to minutes in integer
ktsirangelos/math-functions
11 Downloads
A set of integer-based mathematical operations (divisors, factorials, prime numbers) with XML formatting support for presenting calculation results.
kingga/laravel-migrations
3 Downloads
Some classes which help with migrations, e.g. changing the id column from unsigned integer to unsigned big integer along with foreign keys.