debricked/shared

Contains shared components used in Debricked projects.

1.1.0 2021-06-01 13:25 UTC

This package is auto-updated.

Last update: 2024-05-29 04:28:59 UTC


README

Build Status Latest Stable Version

Contains shared components used in Debricked projects.

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 code style and other tests.

Prerequisites

Configure and run test environment

  1. Run tests! You can 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