Extend Spryker Country

Maintainers

Package info

github.com/fond-of/spryker-country

pkg:composer/fond-of-spryker/country

Statistics

Installs: 34 092

Dependents: 6

Suggesters: 0

Stars: 0

Open Issues: 1

1.1.0 2019-08-08 14:57 UTC

This package is auto-updated.

Last update: 2026-03-10 17:12:35 UTC


README

Build Status PHP from Travis config license

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(),
         ];