An open API service indexing awesome lists of open source software.

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.

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).