Download the PHP package rackbeat/laravel-validate-mysql-integers without Composer
On this page you can find all versions of the php package rackbeat/laravel-validate-mysql-integers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-validate-mysql-integers
Validation Rule to ensure a value is within valid Mysql Integer ranges.
Works for signed and unsigned integers of type: TinyInt, SmallInt, Int, BigInt.
Installation
You just require using composer and you're good to go!
The Service Provider is automatically registered.
Usage
Class
Rackbeat\Rules\TinyInteger
Rackbeat\Rules\SmallInteger
Rackbeat\Rules\Integer
Rackbeat\Rules\BigInteger
Helper
The helpers are prefixed with "real_" to prevent overlapping.
It can take an optional parameter to determine if its unsigned. Defaults to false
.
real_tiny_int
real_small_int
real_int
real_big_int
Requirements
- PHP >= 7.1
Contributors
All versions of laravel-validate-mysql-integers with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-bcmath Version *
illuminate/contracts Version ^5.6|^6.0|^7.0|^8.0|^9.0
illuminate/support Version ^5.6|^6.0|^7.0|^8.0|^9.0
illuminate/validation Version ^5.6|^6.0|^7.0|^8.0|^9.0
ext-bcmath Version *
illuminate/contracts Version ^5.6|^6.0|^7.0|^8.0|^9.0
illuminate/support Version ^5.6|^6.0|^7.0|^8.0|^9.0
illuminate/validation Version ^5.6|^6.0|^7.0|^8.0|^9.0
The package rackbeat/laravel-validate-mysql-integers contains the following files
Loading the files please wait ....