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.
maxon-design/numbers_words
255 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
38 Downloads
Provides strongly typed object of String, Integer, Float and ArrayType
marcoconsiglio/bcmath-extended
234 Downloads
The BCMathExtended library extends the PHP BCMath extension adding more features like abs, min, max, random, factorial, type comparison between integer and decimal or positive and negative, modulo and power modulo with negative modulus (see more on BCMath extendsion http://php.net/manual/en/book.bc.php).
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
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.
lenny4/compress-int
1760 Downloads
Compress integer into alphanumeric
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.