debricked / database-updater
Package info
github.com/debricked/debricked-database-updater
Type:project
pkg:composer/debricked/database-updater
dev-master
2020-02-13 17:34 UTC
Requires
- php: ^7.4
- ext-ctype: *
- ext-iconv: *
- ext-json: *
- debricked/shared: ^1.0.1
- symfony/console: 5.0.*
- symfony/dotenv: 5.0.*
- symfony/flex: ^1.3.1
- symfony/framework-bundle: 5.0.*
- symfony/http-client: 5.0.*
- symfony/yaml: 5.0.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpstan/phpstan: ^0.12.10
- symfony/phpunit-bridge: ^5.0
Conflicts
This package is auto-updated.
Last update: 2026-03-01 00:30:32 UTC
README
Command Line Tool (CLI) for updating on site deployments of Debricked.
Code contributions
Run tests
All contributions are greatly welcome! To help you get started we have a included a Dockerfile which provides a environment capable of running the whole application and related tests.
Prerequisites
Configure and run test environment
- Create a .env.test.local file in the root directory (alongside this README) containing:
DEBRICKED_USERNAME=your debricked username
DEBRICKED_PASSWORD=your debricked password
- Run tests! You can now run the tests locally by executing
./localTest.shin your terminal.
Best practises
We try to follow Symfony's best practises as much as possible when developing. You can read more about them here https://symfony.com/doc/current/best_practices/business-logic.html