https://github.com/basilfx/phalcon-validation
Additional validators for the Phalcon Framework.
https://github.com/basilfx/phalcon-validation
Last synced: 8 months ago
JSON representation
Additional validators for the Phalcon Framework.
- Host: GitHub
- URL: https://github.com/basilfx/phalcon-validation
- Owner: basilfx
- License: mit
- Created: 2017-03-13T07:37:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T07:38:26.000Z (over 9 years ago)
- Last Synced: 2025-01-14T01:14:25.329Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phalcon-Validation
Additional Validation for the Phalcon Framework.
## Introduction
This package provides additional validators for the Phalcon Framework. Currently supported are:
* JSON Schema Validator (using [json-schema](https://github.com/justinrainbow/json-schema))
## Requirements
* PHP 7.0 or later.
* Phalcon Framework 3.0 or later.
## Installation
Install this dependency using `composer require basilfx/phalcon-validation`.
## License
See the `LICENSE` file (MIT license).