Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darkwebdesign/symfony-addon-constraints

Symfony Add-on Constraints [READ-ONLY] Subtree split of https://github.com/darkwebdesign/symfony-addon-pack
https://github.com/darkwebdesign/symfony-addon-constraints

constraints php symfony

Last synced: 25 days ago
JSON representation

Symfony Add-on Constraints [READ-ONLY] Subtree split of https://github.com/darkwebdesign/symfony-addon-pack

Awesome Lists containing this project

README

        

# Symfony Add-on Constraints

[![Latest Stable Version](https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/v/stable?format=flat)](https://packagist.org/packages/darkwebdesign/symfony-addon-constraints)
[![Total Downloads](https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/downloads?format=flat)](https://packagist.org/packages/darkwebdesign/symfony-addon-constraints)
[![License](https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/license?format=flat)](https://packagist.org/packages/darkwebdesign/symfony-addon-constraints)

[![Build Status](https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml/badge.svg?branch=7.0)](https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml)
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-constraints/branch/7.0/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-constraints)
[![PHP Version](https://img.shields.io/badge/php-8.2%2B-777BB3.svg)](https://php.net/)
[![Symfony Version](https://img.shields.io/badge/symfony-7.0-93C74B.svg)](https://symfony.com/)

Symfony Add-on Constraints is a collection of extra Symfony validation constraints that you can use in your Symfony
applications.

Learn more about it in its [documentation](https://darkwebdesign.github.io/symfony-addon-pack/docs/7.0).

## Features

### Validation Constraints

* Bsn, validates that a value is a valid Dutch social security number (BSN).
* Collection, validates that every item in a collection validates against one or more constraints.
* Json, validates that a value is valid JSON.

## License

Symfony Add-on Constraints is licensed under the MIT License - see the `LICENSE` file for details.