Download the PHP package cable8mm/laravel-validation-kisa-rules without Composer
On this page you can find all versions of the php package cable8mm/laravel-validation-kisa-rules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cable8mm/laravel-validation-kisa-rules
More information about cable8mm/laravel-validation-kisa-rules
Files in cable8mm/laravel-validation-kisa-rules
Package laravel-validation-kisa-rules
Short Description A set of useful Laravel validation password rules for KISA
License MIT
Homepage https://github.com/cable8mm/laravel-validation-kisa-rules
Informations about the package laravel-validation-kisa-rules
Laravel Validation KISA Rules
This repository contains a helpful Laravel validation rule for KISA passwords. KISA is an organization dedicated to securing the internet network in South Korea. Major websites operating in South Korea are required to adhere to KISA password standards. Therefore, this is a small library designed to verify passwords according to the KISA standard.
Features
- [x] Implement support for KISA standard validation in Laravel
- [x] Enable easy installation via Composer
Support & Tested
Available | PHP | Laravel |
---|---|---|
✅ | 8.1 | 10.x |
✅ | 8.2 | 10.x |
✅ | 8.2 | 11.x |
✅ | 8.2 | 12.x |
✅ | 8.3 | 10.x |
✅ | 8.3 | 11.x |
✅ | 8.3 | 12.x |
Installation
You can install the package via composer:
The package will automatically register itself.
Translations
If you wish to edit the package translations, you can run the following command to publish them into your resources/lang
folder
Usage
KisaPassword
rule
Testing
Formatting
Reference
- KISA password documents : go link
License
The MIT License (MIT). Please see License File for more information.