Extend Spryker Country

Installs: 33 724

Dependents: 6

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

pkg:composer/fond-of-spryker/country

1.1.0 2019-08-08 14:57 UTC

This package is auto-updated.

Last update: 2025-10-10 16:24:14 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(),
         ];