Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debricked/debricked-shared


https://github.com/debricked/debricked-shared

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# debricked-shared
[![Build Status](https://travis-ci.org/debricked/debricked-shared.svg?branch=master)](https://travis-ci.org/debricked/debricked-shared)
[![Latest Stable Version](https://poser.pugx.org/debricked/shared/v/stable)](https://packagist.org/packages/debricked/shared)

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
- [Docker](https://docs.docker.com/install/)

#### 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