neosrulez/countrydatasource

Last activity 29 Nov 2022 1 10812
composer require neosrulez/countrydatasource

A package that provides a data source with all countries in the world including translations and other valuable data.

1.0.1

Version
1.0.1
Type
neos-package
Release Date
Apr 18, 2021 12:27
Source
git
Distribution
zip
Requires
  • neos/flow: *
e15c399672de51f826328fd44cd07bc00a7c65a0

Readme excerpt

Country DataSource for Neos CMS and Neos Flow

A package that provides a data source with all countries in the world including translations and other valuable data.

Installation

The NeosRulez.CountryDataSource package is listed on packagist (https://packagist.org/packages/neosrulez/countrydatasource) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/countrydatasource Usage countries = NeosRulez.CountryDataSource:Class.Countries { // Example: Shows everything except Aruba, Germany and Austria exclude = ${'AW,DE,AT'} independent = 'false' unMember = 'true' } countries2 = NeosRulez…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 85 package(s).