Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debricked/debricked-shared
https://github.com/debricked/debricked-shared
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/debricked/debricked-shared
- Owner: debricked
- License: mit
- Created: 2020-02-04T21:09:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T13:26:06.000Z (over 3 years ago)
- Last Synced: 2024-08-05T18:35:04.910Z (5 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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