https://github.com/znframework/package-validation
ZN Framework Validation Package
https://github.com/znframework/package-validation
Last synced: about 1 year ago
JSON representation
ZN Framework Validation Package
- Host: GitHub
- URL: https://github.com/znframework/package-validation
- Owner: znframework
- License: mit
- Created: 2018-01-16T09:39:06.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-18T13:58:39.000Z (over 3 years ago)
- Last Synced: 2024-09-23T20:36:12.875Z (over 1 year ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
ZN Framework Validation Package
Follow the steps below for installation and use.
Installation
You only need to run the following code for the installation.
```
composer require znframework/package-validation
```
Documentation
Click for documentation of your library.
Example Usage
Basic level usage is shown below.
```php
8, 'maxhar' => 32], 'Username:');
Output::display(Validation::error());
```