inspiredminds / contao-austrian-administrative-areas
Contao extension to provide a form field for Austrian administrative areas (e.g. districts and municipalities).
Fund package maintenance!
fritzmg
Installs: 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: >=8.1
- contao/core-bundle: ^4.13 || ^5.0
- league/csv: ^9.15
- symfony/cache: ^5.4 || ^6.4
- symfony/config: ^5.4 || ^6.4
- symfony/http-kernel: ^5.4 || ^6.4
Requires (Dev)
- contao/easy-coding-standard: ^6.0
- contao/rector: ^1.0
This package is auto-updated.
Last update: 2024-10-09 15:55:45 UTC
README
Contao Austrian Administrative Areas
Contao extension to provide a form field for Austrian administrative areas.
Austrian districts
Provides a select field for all Austrian districts from the the following source: https://www.statistik.at/verzeichnis/reglisten/polbezirke.csv
Austrian municipalities
Provides a select field for all Austrian municipalities from the following source: https://www.statistik.at/verzeichnis/reglisten/gemliste_nam.csv
You will also have the option to choose whether to save the name of the municipality, its ID or its postal code. And you will also have the option to choose which values the select actually shows to the user:
- Name
- Name (ID)
- Name (postal code)
- ID
- ID (name)
- Postal code
- Postal code (name)