enabel/partner-countries-bundle

Symfony partner countries management

Maintainers

Package info

github.com/Enabel/partner-countries-bundle

Type:symfony-bundle

pkg:composer/enabel/partner-countries-bundle

Statistics

Installs: 2 526

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.8 2026-02-10 09:39 UTC

This package is auto-updated.

Last update: 2026-03-10 09:55:22 UTC


README

License SymfonyInsight codecov CI

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

Versions & dependencies

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

You can check the changelog.

Contributing

Feel free to contribute, like sending pull requests to add features/tests or creating issues

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

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