mk2 / validator
Next PHP Framework 'Mark2' Validator library.
1.0.4
2021-07-01 01:51 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-04-29 01:11:30 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.