PHPackages                             omerfarukbicer0446/turkey\_cities - 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. omerfarukbicer0446/turkey\_cities

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

omerfarukbicer0446/turkey\_cities
=================================

Türkiye Cumhuriyeti Devleti Şehirlerini; İl, Plaka, Telefon veya İlçe bilgisinden bulun..

1.0(5y ago)49MITPHP

Since Feb 13Pushed 5y ago2 watchersCompare

[ Source](https://github.com/omerfarukbicer0446/turkey_cities)[ Packagist](https://packagist.org/packages/omerfarukbicer0446/turkey_cities)[ Docs](http://github.com/omerfarukbicer0446/turkey_cities)[ RSS](/packages/omerfarukbicer0446-turkey-cities/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

🏙️ TRSehirler
=============

[](#️-trsehirler)

[![Repo Boyutu](https://camo.githubusercontent.com/fed8fc5e68f16753fe61c778201591adf6ab4f1b260599d626d14ba6406e5ce7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f6f6d6572666172756b6269636572303434362f7475726b65795f636974696573)](https://camo.githubusercontent.com/fed8fc5e68f16753fe61c778201591adf6ab4f1b260599d626d14ba6406e5ce7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f6f6d6572666172756b6269636572303434362f7475726b65795f636974696573) [![Views](https://camo.githubusercontent.com/996616cd979c212bbbebee9629f179ce687675d78e2b6a06116c53ff3ab98a00/68747470733a2f2f686974732e736565796f756661726d2e636f6d2f6170692f636f756e742f696e63722f62616467652e7376673f75726c3d68747470733a2f2f6769746875622e636f6d2f6f6d6572666172756b6269636572303434362f7475726b65795f636974696573267469746c653d50726f66696c652532305669657773)](https://camo.githubusercontent.com/996616cd979c212bbbebee9629f179ce687675d78e2b6a06116c53ff3ab98a00/68747470733a2f2f686974732e736565796f756661726d2e636f6d2f6170692f636f756e742f696e63722f62616467652e7376673f75726c3d68747470733a2f2f6769746875622e636f6d2f6f6d6572666172756b6269636572303434362f7475726b65795f636974696573267469746c653d50726f66696c652532305669657773)

*Türkiye Cumhuriyeti Devleti Şehirlerini; İl, Plaka, Telefon veya İlçe bilgisinden bulun..*

🚀 Kurulum
---------

[](#-kurulum)

```
# Yüklemek
composer require omerfarukbicer0446/turkey_cities

# Güncellemek
composer update omerfarukbicer0446/turkey_cities
```

📝 Proje İlerlemesi
------------------

[](#-proje-i̇lerlemesi)

- *Veritabanı itinayla* *~* **[keyiflerolsun/TRSehirler](https://github.com/keyiflerolsun/TRSehirler)***'den `dızz 🐍`'lanmıştır..*

📒 Kullanım
----------

[](#-kullanım)

```
require "vendor/autoload.php";

use TurkeyCities\Sehir;

$cities = new Sehir;

/* Büyük küçük harf duyarsızdır */

// İl ile il sorgusu
print_r($cities->il("istanbul"));

// İlçe ile il sorgusu
print_r($cities->ilce("esenyurt"));

// Plaka ile il sorgusu
print_r($cities->plaka("34"));

// Telefon kodu ile il sorgusu
print_r($cities->telefon("212"));

/*
*stdClass Object
*(
*    [plaka] => 34
*    [il] => İstanbul
*    [telefon] => Array
*        (
*            [0] => 212
*            [1] => 216
*        )
*
*    [buyuksehir_den_beri] => 1984
*    [bolge] => Marmara
*    [ilceler] => Array
*        (
*            [0] => Adalar
*            [1] => Arnavutköy
*            [2] => Ataşehir
*            ...
*        )
*
*)
*/

// İllerin ilçelerine ait detaylı bilgiler
print_r($cities->ilceler_detay("istanbul"));

/*
*stdClass Object
*(
*    [1] => stdClass Object
*        (
*            [Adalar] => stdClass Object
*                (
*                    [Burgazada] => stdClass Object
*                        (
*                            [posta_kodu] => 34975
*                            [mahalleler] => Array
*                                (
*                                    [0] => Burgazada Mah
*                                )
*
*                        )
*                )
*        )
*   ....
*)
*/
```

🌐 Telif Hakkı ve Lisans
-----------------------

[](#-telif-hakkı-ve-lisans)

- *Copyright (C) 2021 by* [omerfarukbicer0446](https://github.com/omerfarukbicer0446) ❤️️
- [MIT LICENSE](https://github.com/omerfarukbicer0446/turkey_cities/blob/master/LICENSE) *Koşullarına göre lisanslanmıştır..*

♻️ İletişim
-----------

[](#️-i̇letişim)

*Benimle iletişime geçmek isterseniz, **Telegram**'dan mesaj göndermekten çekinmeyin;* [@omerfarukbicer](https://t.me/omerfarukbicer)

> **[www.cibza.com](https://www.cibza.com)** *için yazılmıştır..*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1914d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/75714882?v=4)[Ömer Faruk Biçer](/maintainers/ofarukbicer)[@ofarukbicer](https://github.com/ofarukbicer)

---

Top Contributors

[![ofarukbicer](https://avatars.githubusercontent.com/u/75714882?v=4)](https://github.com/ofarukbicer "ofarukbicer (1 commits)")

---

Tags

tr şehirleril ilçe plaka kodutelefon kodları

### Embed Badge

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

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

###  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)
