keboola / db-extractor-config
Config definition for database extractor
1.16.0
2024-09-17 10:53 UTC
Requires
- php: >=8.2
- keboola/php-component: ^10
- symfony/config: ^6.3
Requires (Dev)
- ext-json: *
- keboola/coding-standard: >=13.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.1
- dev-master
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- dev-adamvyborny-PST-1416-update-php-component
- dev-webrouse-COM-204-update-php-component
This package is auto-updated.
Last update: 2024-10-17 11:10:46 UTC
README
Config definition and validation for database extractor
Usage
Require with composer:
composer require keboola/db-extractor-config
Development
Clone this repository and init the workspace with following command:
git clone git@github.com:keboola/db-extractor-config.git
cd db-extractor-config
docker-compose build
docker-compose run --rm dev composer install --no-scripts
Run the test suite using this command:
docker-compose run --rm dev composer tests
License
MIT licensed, see LICENSE file.