PHPackages                             mevlutcelik/turkey-cities-data - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mevlutcelik/turkey-cities-data

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mevlutcelik/turkey-cities-data
==============================

Türkiye şehirleri: plaka, koordinat, bölge ve 2024 ADNKS nüfus bilgisi

00PHP

Since Jun 11Pushed 11mo agoCompare

[ Source](https://github.com/mevlutcelik/turkey-cities-data-php)[ Packagist](https://packagist.org/packages/mevlutcelik/turkey-cities-data)[ RSS](/packages/mevlutcelik-turkey-cities-data/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

🇹🇷 turkey-cities-data (PHP)
===========================

[](#-turkey-cities-data-php)

📍 Türkiye şehir verisi paketi:
Plaka, koordinat (lat/lon), bölge ve 2024 ADNKS nüfus bilgisi içerir.

🔧 Kurulum
---------

[](#-kurulum)

```
composer require mevlutcelik/turkey-cities-data

```

🚀 Kullanım
----------

[](#-kullanım)

```
use Mevlutcelik\TurkeyCities;

$istanbul = TurkeyCities::get("istanbul");
print_r($istanbul);
```

🧩 Metotlar
----------

[](#-metotlar)

- `all(): array` → Tüm şehirleri döner
- `get(string $slug): ?array` → Slug'a göre tek bir şehir döner

📁 Veri Yapısı
-------------

[](#-veri-yapısı)

Her şehir nesnesi şunları içerir:

```
[
  "id"        => int,
  "slug"      => string,
  "label"     => string,
  "plate"     => string,
  "coord"     => ["lat" => float, "lon" => float],
  "region"    => ["slug" => string, "label" => string],
  "population"=> int
]
```

---

📄 Lisans
--------

[](#-lisans)

MIT © 2025 Mevlüt Çelik

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e429a49e1fc27279c4ee68ce945ffb71ff54193d8098b9eee2adea9c6cdfb0d7?d=identicon)[mevlutcelik](/maintainers/mevlutcelik)

---

Top Contributors

[![mevlutcelik](https://avatars.githubusercontent.com/u/98541209?v=4)](https://github.com/mevlutcelik "mevlutcelik (3 commits)")

### Embed Badge

![Health badge](/badges/mevlutcelik-turkey-cities-data/health.svg)

```
[![Health](https://phpackages.com/badges/mevlutcelik-turkey-cities-data/health.svg)](https://phpackages.com/packages/mevlutcelik-turkey-cities-data)
```

###  Alternatives

[smart-crowd/simple-sms-drivers

Addition providers for simple SMS laravel package

101.0k](/packages/smart-crowd-simple-sms-drivers)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
