debricked / database-updater
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:project
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: 2024-10-29 05:29:09 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.sh
in 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