keboola / db-writer-config
Config definition for database writer component
0.1.2
2024-09-30 11:23 UTC
Requires
- php: ^8.2
- keboola/common-exceptions: ^1.2
- keboola/php-component: ^9.0
- symfony/config: ^6.3
Requires (Dev)
- keboola/coding-standard: >=7.0.2
- keboola/datadir-tests: ^5.3
- keboola/php-temp: ^2.0
- php-parallel-lint/php-parallel-lint: ^1.3
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^9.5
- symfony/process: ^5.0
README
Config definition and validation for database writer
Usage
Require with composer:
composer require keboola/db-writer-config
Development
Clone this repository and init the workspace with following command:
git clone git@github.com:keboola/db-writer-config.git
cd db-writer-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.