Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valantic/pimcore-data-quality-bundle
https://github.com/valantic/pimcore-data-quality-bundle
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/valantic/pimcore-data-quality-bundle
- Owner: valantic
- License: mit
- Created: 2023-02-01T15:22:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T08:05:00.000Z (10 months ago)
- Last Synced: 2024-08-14T22:53:33.172Z (3 months ago)
- Language: PHP
- Size: 952 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Quality Bundle
[![Latest Version on Packagist](https://img.shields.io/packagist/v/valantic/pimcore-data-quality-bundle.svg?style=flat-square)](https://packagist.org/packages/valantic/pimcore-data-quality-bundle)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![PHP Checks](https://github.com/valantic/pimcore-data-quality-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/valantic/pimcore-data-quality-bundle/actions/workflows/php.yml)## Installation
```
composer require valantic/pimcore-data-quality-bundletouch config/pimcore/data_quality.yaml
console pimcore:bundle:enable ValanticDataQualityBundle
console pimcore:bundle:install ValanticDataQualityBundle
```## Documentation
- [User](./docs/User.md)
- [Developer](./docs/Developer.md)