2017 © Pedro Peláez
 

symfony-bundle validation-bundle

This bundle is for validation of schemas

image

sulu/validation-bundle

This bundle is for validation of schemas

  • Friday, April 7, 2017
  • by turbo-ele
  • Repository
  • 8 Watchers
  • 0 Stars
  • 5,979 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 4 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

SuluValidationBundle

Build Status Scrutinizer Code Quality Code Coverage StyleCI, (*1)

This bundle validates requests for pre-configured routes., (*2)

How it works

On every request an event listener checks if a schema in sulu_validation.schemas is defined for the current route id., (*3)

It then uses json schema validation for validate if the request data matches the configured schema., (*4)

Status

This repository will become version 1.0 of SuluValidationBundle. It is under heavy development and currently its APIs and code are not stable yet (pre 1.0)., (*5)

Requirements

  • Composer
  • PHP >=5.5
  • Symfony ^2.8 || ^3.2

For detailed requirements see composer.json., (*6)

Documentation

The the Documentation is stored in the Resources/doc/ folder., (*7)

Installation

All the installation instructions are located in the Documentation., (*8)

License

This bundle is under the MIT license. See the complete license in the bundle, (*9)

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker., (*10)

When reporting a bug, it may be a good idea to reproduce it in a basic project using the Sulu Minimal Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps., (*11)

The Versions

02/11 2016

0.1.0

0.1.0.0

This bundle is for validation of schemas

  Sources   Download

MIT

The Requires

 

The Development Requires

schema validation sulu