Libraries tagged by integer
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.
mgarciarelocity/laravel-workflow
2 Downloads
Integerate Symfony Workflow component into Laravel.
merkdev/simple-php-crypt
406 Downloads
Converts an integer to YouTube style (like) crypted string. Simple crypt class for PHP
maxon-design/numbers_words
254 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
171 Downloads
ICU message formatting using keywords instead of positional integers
machinateur/roman-numerals
23 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
lokielse/laravel-omnipay
18 Downloads
Integerates Omnipay with Laravel and provides an easy configuration.
laravel-omnipay/laravel-omnipay
33 Downloads
Integerates Omnipay with Laravel and provides an easy configuration.
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.