Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/enabel/partner-countries-bundle

Enabel bundle for partner countries management
https://github.com/enabel/partner-countries-bundle

Last synced: 7 days ago
JSON representation

Enabel bundle for partner countries management

Awesome Lists containing this project

README

        

# Enabel: Partner Countries Bundle

[![License](https://img.shields.io/badge/license-MIT-red.svg?style=flat-square)](LICENSE)
[![SymfonyInsight](https://insight.symfony.com/projects/d57d397b-2bd3-4522-8c41-99e4574b5a60/mini.svg)](https://insight.symfony.com/projects/d57d397b-2bd3-4522-8c41-99e4574b5a60)
[![codecov](https://codecov.io/gh/Enabel/partner-countries-bundle/graph/badge.svg?token=4juSa3PQmC)](https://codecov.io/gh/Enabel/partner-countries-bundle)
[![CI](https://github.com/Enabel/partner-countries-bundle/actions/workflows/CI.yml/badge.svg)](https://github.com/Enabel/partner-countries-bundle/actions/workflows/CI.yml)

## Introduction

The bundle aims to help with partner countries management, including:

- Commands to init and update countries
- A EasyAdmin interface to manage partner countries

## Installation & usage

You can check docs [here](docs/index.md)

## Versions & dependencies

The current version of the bundle works with Symfony 6.0+.
The project follows SemVer.

You can check the [changelog](CHANGELOG.md).

## Contributing

Feel free to contribute, like sending [pull requests](https://github.com/enabel/partner-countries-bundle/pulls) to add features/tests
or [creating issues](https://github.com/Enabel/partner-countries-bundle/issues)

Note there are a few helpers to maintain code quality, that you can run using these commands:

```bash
composer cs # Run php_codesniffer with PSR12 standard
composer insight # Run PHP Insights
composer stan # Run PHPStan
composer test # Run the PHPUnit tests
```