PHPackages                             burakaktna/tkgmservice - 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. burakaktna/tkgmservice

ActiveLibrary

burakaktna/tkgmservice
======================

PHP TKGM API Service

1.1(3y ago)151776[1 issues](https://github.com/burakaktna/tkgmservice/issues)MITPHPPHP &gt;=7.4

Since Sep 27Pushed 3y ago2 watchersCompare

[ Source](https://github.com/burakaktna/tkgmservice)[ Packagist](https://packagist.org/packages/burakaktna/tkgmservice)[ Docs](https://github.com/burakaktna/tkgmservice)[ RSS](/packages/burakaktna-tkgmservice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

TKGM (Tapu Kadastro Genel Müdürlüğü) API Service For PHP
========================================================

[](#tkgm-tapu-kadastro-genel-müdürlüğü-api-service-for-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/149f71fad473eae76f36c1bf9291221f7a638db03615e1d1a5a676560593bffa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f627572616b616b746e612f746b676d736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/burakaktna/tkgmservice)[![Build Status](https://camo.githubusercontent.com/30b8829245ae7b045925cd6bc827e02ba8943bc684a38db62180861356a64d03/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f627572616b616b746e612f746b676d736572766963652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/burakaktna/tkgmservice)[![Quality Score](https://camo.githubusercontent.com/c9aa25b488de505ec89626ef7aaa2128bb2830d046cd845da36260a217ea2b97/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f627572616b616b746e612f746b676d736572766963652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/burakaktna/tkgmservice)[![Total Downloads](https://camo.githubusercontent.com/7d58c37e5adb68601db324a81584c4cfd64f4fd50806ff3739b73414d0527f9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f627572616b616b746e612f746b676d736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/burakaktna/tkgmservice)

With this package, you can easily perform operations such as parcel inquiry, provincial list, district list, and neighborhood list from TKGM API.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require burakaktna/tkgmservice
```

Usage
-----

[](#usage)

### Print the list of provinces

[](#print-the-list-of-provinces)

```
require_once 'vendor/autoload.php';

use Burakaktna\TKGMService\TKGMService;

$tkgmService = new TKGMService();
$provinces = $tkgmService->getProvinces();

print_r($provinces);
```

### Print the list of districts

[](#print-the-list-of-districts)

```
require_once 'vendor/autoload.php';

use Burakaktna\TKGMService\TKGMService;

$tkgmService = new TKGMService();
$districts = $tkgmService->getDistricts(int $provinceId);

print_r($districts);
```

### Print the list of neighborhoods

[](#print-the-list-of-neighborhoods)

```
require_once 'vendor/autoload.php';

use Burakaktna\TKGMService\TKGMService;

$tkgmService = new TKGMService();
$neighborhoods = $tkgmService->getNeighborhoods(int $districtId);

print_r($neighborhoods);
```

### Parcel inquiry

[](#parcel-inquiry)

```
require_once 'vendor/autoload.php';

use Burakaktna\TKGMService\TKGMService;

$tkgmService = new TKGMService();
$parcel = $tkgmService->parcelInquiry(int $neighborhoodId, int $bobId, int $parcelId);

print_r($parcel);
```

Also, you can see more examples in the examples folder.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Muhammed Burak AKTUNA](https://github.com/burakaktna)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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

Every ~231 days

Total

5

Last Release

1130d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.0.3PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b1919e6fe209f1fcfd2f38b5ad293e2dbbf2c25b26b7432a178efc3d4ccf0dc?d=identicon)[burakaktna](/maintainers/burakaktna)

---

Top Contributors

[![burakaktna](https://avatars.githubusercontent.com/u/51862846?v=4)](https://github.com/burakaktna "burakaktna (5 commits)")

---

Tags

phpburakaktnatkgmservicetkgm

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/burakaktna-tkgmservice/health.svg)

```
[![Health](https://phpackages.com/badges/burakaktna-tkgmservice/health.svg)](https://phpackages.com/packages/burakaktna-tkgmservice)
```

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)

PHPackages © 2026

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