PHPackages                             nurullah/uavt-adres-kodu - 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. nurullah/uavt-adres-kodu

AbandonedLibrary

nurullah/uavt-adres-kodu
========================

PHP ile uavt adres kodu botu

v1.4(6y ago)32981[1 issues](https://github.com/nurullahisik/php-uavt-adreskodu-botu/issues)MITPHP

Since Jun 20Pushed 5y ago2 watchersCompare

[ Source](https://github.com/nurullahisik/php-uavt-adreskodu-botu)[ Packagist](https://packagist.org/packages/nurullah/uavt-adres-kodu)[ RSS](/packages/nurullah-uavt-adres-kodu/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

UYARI: () adresi kapatıldığından bu bot çalışmayacaktır.
----------------------------------------------------------------------------------------

[](#uyari--httpsadreskodudaskgovtr-adresi-kapatıldığından-bu-bot-çalışmayacaktır)

PHP ile uavt adres kodu botu
============================

[](#php-ile-uavt-adres-kodu-botu)

**İçerik**

1. [Adres Kodu Nedir](#what-is-uavt)
2. [Linkler](#links)
3. [Kurulum](#init)
4. [Kullanım](#usage)
5. [Veriler](#cities)
    1. [İller](#cities)
    2. [İlçeler](#district)
    3. [Bucak-Köy](#township_village)
    4. [Mahalle](#neighborhood)
    5. [Cadde-Sokak](#street)
    6. [Bina](#building)
    7. [İç Kapı](#door)
    8. [UAVT Kodundan Adres Getirme](#uavt)

**Package**

- ()

### Adres Kodu Nedir?

[](#adres-kodu-nedir)

Adres kodu ülke sınırları içindeki tüm konutlara ait 10 haneli özel bir numaradır.

Bu kütüphaneyi ayrıca il, ilçe, mahalle, köy, cadde-sokak vs gibi bilgileri sorgulamak içinde kullanabilirsiniz.

### Linkler

[](#linkler)

Adres kodunuzu öğrenmek için ()

### Kurulum

[](#kurulum)

```
composer require nurullah/uavt-adres-kodu

```

### Kullanım

[](#kullanım)

```
include '/to/path/vendor/autoload.php';

use Dask\AdresKodu\AddressProperties;
use Dask\AdresKodu\AddressInitialize;

$object = new AddressInitialize();
$object::init();
```

### İller

[](#i̇ller)

```
$properties = new AddressProperties();
$properties->setId(0);
$properties->setType("cities");

//result
print_r($object::create($properties)->getResult());
```

### İlçeler

[](#i̇lçeler)

```
$properties = new AddressProperties();
$properties->setId(1);
$properties->setType("district");

//result
print_r($object::create($properties)->getResult());
```

### Bucak-Köy

[](#bucak-köy)

```
$properties = new AddressProperties();
$properties->setId(1757);
$properties->setType("township_village");

//result
print_r($object::create($properties)->getResult());
```

### Mahalle

[](#mahalle)

```
$properties = new AddressProperties();
$properties->setId(65);
$properties->setType("neighborhood");

//result
print_r($object::create($properties)->getResult());
```

### Cadde-Sokak

[](#cadde-sokak)

```
$properties = new AddressProperties();
$properties->setId(176887);
$properties->setType("street");

//result
print_r($object::create($properties)->getResult());
```

### Binalar

[](#binalar)

```
$properties = new AddressProperties();
$properties->setId(496093);
$properties->setType("building");

//result
print_r($object::create($properties)->getResult());
```

### İç Kapı

[](#i̇ç-kapı)

```
$properties = new AddressProperties();
$properties->setId(8122892);
$properties->setType("door");

//result
print_r($object::create($properties)->getResult());
```

### UAVT Kodundan adres getirme

[](#uavt-kodundan-adres-getirme)

```
$properties = new AddressProperties();
$properties->setId(1315919009);
$properties->setType("uavt");

//result
print_r($object::create($properties)->getResult());
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~31 days

Total

4

Last Release

2423d ago

### Community

Maintainers

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

---

Top Contributors

[![nurullahisik](https://avatars.githubusercontent.com/u/12715252?v=4)](https://github.com/nurullahisik "nurullahisik (29 commits)")

---

Tags

adreskoduadreskodu-apicadde-sokakdaskil-ilcemahalle-koy-bucakturkiye-iller-ilceleruavtuavt-apiuavt-botu

### Embed Badge

![Health badge](/badges/nurullah-uavt-adres-kodu/health.svg)

```
[![Health](https://phpackages.com/badges/nurullah-uavt-adres-kodu/health.svg)](https://phpackages.com/packages/nurullah-uavt-adres-kodu)
```

PHPackages © 2026

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