Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollerworks/search-symfony-validator
[READ-ONLY] Symfony validator extension for RollerworksSearch
https://github.com/rollerworks/search-symfony-validator
php rollerworks rollerworkssearch search symfony validation
Last synced: 8 days ago
JSON representation
[READ-ONLY] Symfony validator extension for RollerworksSearch
- Host: GitHub
- URL: https://github.com/rollerworks/search-symfony-validator
- Owner: rollerworks
- License: mit
- Created: 2015-01-01T13:05:39.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:23:40.000Z (about 2 months ago)
- Last Synced: 2024-10-08T17:14:41.859Z (about 1 month ago)
- Topics: php, rollerworks, rollerworkssearch, search, symfony, validation
- Language: PHP
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RollerworksSearch Symfony Validator
===================================This package provides the Symfony Validator extension for [RollerworksSearch][1].
If you'd like to contribute to this project, please see the [contributing guide lines][2]
for more information.**Note:**
> This validation is meant to be used for business rules like a minimum/maximum
> value range or disallowing specific patterns. The data transformers already ensure
> the value is properly transformed.Installation
------------To install this extension, add the `rollerworks/search-symfony-validator`
package in your composer.json and update your dependencies.```bash
$ composer require rollerworks/search-symfony-validator
```Symfony framework integration
-----------------------------**Note:** The Symfony integration bundle for RollerworksSearch already enables
the Symfony validator service. You don't need to do anything but configure your
field's constraints.This package provides the Symfony integration bundle for [RollerworksSearch][1].
License
-------The source of this package is subject to the MIT license that is bundled
with this source code in the file [LICENSE](LICENSE).[1]: https://github.com/rollerworks/RollerworksSearch
[2]: https://github.com/rollerworks/RollerworksSearch#contributing