Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darkwebdesign/symfony-addon-constraints
- Owner: darkwebdesign
- License: mit
- Created: 2017-01-15T14:07:18.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T07:17:34.000Z (6 months ago)
- Last Synced: 2024-10-14T18:21:09.341Z (about 1 month ago)
- Topics: constraints, php, symfony
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.