mk2 / validator
Next PHP Framework 'Mark2' Validator library.
Installs: 22
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mk2/validator
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-10-29 02:44:05 UTC
README
Validation package for MVC-compliant PHP framework "Mk2".
# Description
This is a Mk2 validation package.
# Mk2 VS. Other PHP frameworks
- Operates at high speed.
- Simple structure.
- Complies with MVC conventions.
- Equipped with OR mapping (OR mapper requires separate "Mk2-ORM" package installation).
- Equipped with module function.
- There is also a reference https://www.mk2-php.com/.
- Made in Japan
# Requirement
Please also install the following packages at a minimum.
# Usage
The documentation is available below.
Please refer to that.
https://www.mk2-php.com/document/validator/validation/
# Install
If you need to install it separately,
Install by executing the following command on the terminal where Composer is installed.
composer require mk2/validator
# Contribution
Currently under consideration.