fond-of-spryker / country
Extend Spryker Country
Installs: 33 769
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/fond-of-spryker/country
Requires
- php: >=7.1
 - spryker/country: ~3.0
 
Requires (Dev)
- codeception/codeception: ^2.3
 - mikey179/vfsstream: ^1.6
 - php-coveralls/php-coveralls: ^2.0
 - phpro/grumphp: ^0.14
 - sebastian/phpcpd: ^4.0
 - spryker/code-sniffer: ^0.11
 
This package is auto-updated.
Last update: 2025-10-10 16:24:14 UTC
README
Extends the Spryker Country Extension
- Implement Console Command to import regions for the countries
 
Important: The Module is still in Implementation Phase
Installation
composer require fond-of-spryker/country
1. Register Console Command in Pyz\Zed\Console
 new CountryConsole(),
     
2. Add Region Installers in Pyz\Zed\Country\CountryConfig
  return [
             new GermanyRegionInstaller(),
             new UnitedStatesRegionInstaller(),
         ];