https://github.com/debricked/debricked-shared
https://github.com/debricked/debricked-shared
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/debricked/debricked-shared
- Owner: debricked
- License: mit
- Created: 2020-02-04T21:09:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T13:26:06.000Z (about 5 years ago)
- Last Synced: 2025-02-23T16:50:31.741Z (over 1 year ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debricked-shared
[](https://travis-ci.org/debricked/debricked-shared)
[](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