Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enabel/partner-countries-bundle
- Owner: Enabel
- License: mit
- Created: 2023-08-31T05:46:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T20:45:14.000Z (14 days ago)
- Last Synced: 2024-11-07T08:08:16.834Z (13 days ago)
- Language: PHP
- Homepage: https://enabel.github.io/partner-countries-bundle/
- Size: 2.97 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```