enabel / partner-countries-bundle
Symfony partner countries management
Installs: 1 349
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/migrations: ^3.7
- easycorp/easyadmin-bundle: ^4.4
- symfony/config: ^6.0|^7.0
- symfony/dependency-injection: ^6.0|^7.0
- symfony/framework-bundle: ^6.0|^7.0
- symfony/intl: ^6.0|^7.0
- twig/twig: ^3.4
Requires (Dev)
- nunomaduro/phpinsights: ^2.6
- phpstan/phpstan: ^1.8
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.7
- symfony/phpunit-bridge: ^6.0|^7.0
- symfony/yaml: ^6.0|^7.0
- dev-main
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.0.2
- 0.0.1
- dev-dependabot/composer/twig/twig-3.11.2
- dev-dependabot/composer/symfony/process-7.1.7
- dev-dependabot/composer/symfony/http-foundation-7.1.7
- dev-dependabot/composer/symfony/validator-7.1.7
- dev-dependabot/composer/symfony/http-client-7.1.7
- dev-dependabot/composer/symfony/security-bundle-7.1.6
- dev-dependabot/composer/twig/twig-3.11.1
- dev-feat/update-data
This package is auto-updated.
Last update: 2024-11-07 08:58:26 UTC
README
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