murat/regions

There is no license information available for the latest version (dev-main) of this package.

Turkey Country,State,District models data

dev-main 2021-11-02 20:04 UTC

This package is auto-updated.

Last update: 2025-07-07 22:00:20 UTC


README

This package contains turkey cities and districts

How to Install ?

Run this command in your application base folder.

composer require murat/regions

Usage

Some links are as follows

List all countries

localhost:8000/locations/countries

Get States by Country

localhost:8000/locations/states/<country:id>

ex : countryId = 228

Get Districts by State

localhost:8000/locations/districts/<state:id>

ex : stateId = 1