Download the PHP package wemersonrv/laravel-custom-rules without Composer
On this page you can find all versions of the php package wemersonrv/laravel-custom-rules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wemersonrv/laravel-custom-rules
More information about wemersonrv/laravel-custom-rules
Files in wemersonrv/laravel-custom-rules
Package laravel-custom-rules
Short Description Custom validator rules to laravel 5.5+
License GPL-3.0-or-later
Informations about the package laravel-custom-rules
Custom validator rules
Custom validator rules for Laravel 5.5+.
This package contains custom validator rules for laravel 5.5+, made first for my personal use; so it's grwoing damn slowly :tired_face:! If you don't find anything useful, please tell me or make a PR.
Important: This project was made thinking in package autodiscover, so it needs at least version 5.5+ of Laravel Framework
Installation
Usage
Use it with laravel validator rules in the way you most like: Custom Request, \Validator
facade, etc.
To-do List
- [x] Brazilian CPF
- [x] Brazilian CNPJ
- [x] Brazilian Mobile phone with 9 digit
- [x] Brazilian ZIP code (CEP)
- [x] Brazilian Landline phone
- [ ] Brazilian states (UF)
- [x] Mac Address
Release History
- 0.6.2
- BUGFIX: Fix CNPJ digits check
- CHANGE: Fix digit calculation, force 0 when rest result is 10
- 0.6.1
- BUGFIX: Fix CPF digits check
- CHANGE: Fix digit calculation, force 0 when rest result is 10
- 0.6.0
- Macc Address
- ADD: Mac Address rule (
mac_address
)
- 0.5.0
- Brazilian Landline number
- ADD: Brazilian Landline rule (
landline_br
)
- 0.4.0
- Brazilian ZIP Code (CEP)
- ADD: Brazilian Postal Code (
cep
)
- 0.3.1
- Sanitize value before validation
- CHANGE: Extract only digits (without mask chars) to validate
- 0.3.0
- Brazilian CNPJ
- ADD: Brazilian CNPJ rule (
cnpj
)
- 0.2.0
- Brazilian Mobile (with 9 digit check)
- ADD: Brazilian Mobile rule (
mobile_br
)
- 0.1.1
- BUGFIX: Just Service provider requires, bu changing namespace
- CHANGE: From
use Rules\Cpf
touse Wemersonrv\CustomRules\Rules\Cpf
- 0.1.0
- The first proper release
- ADD: Brazilian CPF rule (
cpf
)
- 0.0.1
- Work in progress
References
- Laravel Framework
Meta
Wemerson Guimarães – @WemersonCG – [email protected]
Distributed under the GPLv3 license. See LICENSE.md for more information.