PHPackages                             conkal/yoksis-rest-client - 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. [API Development](/categories/api)
4. /
5. conkal/yoksis-rest-client

ActiveLibrary[API Development](/categories/api)

conkal/yoksis-rest-client
=========================

YOKSIS rest api client

v0.2.1(1y ago)5629↓75%1MITPHPPHP &gt;=5.5CI failing

Since Aug 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cengizonkal/yoksis-rest-client)[ Packagist](https://packagist.org/packages/conkal/yoksis-rest-client)[ RSS](/packages/conkal-yoksis-rest-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (13)Used By (0)

YOKSIS REST API CLIENT
======================

[](#yoksis-rest-api-client)

### Kurulum

[](#kurulum)

```
composer require conkal/yoksis-rest-client

```

### Kullanım

[](#kullanım)

```
require __DIR__ . '/vendor/autoload.php';
$pass = getenv('YOKSIS_PASSWORD');
$user = getenv('YOKSIS_USERNAME');
$auth = new \Conkal\YOKSIS\REST\Utilities\BasicAuth($user, $pass);
$client = new \Conkal\YOKSIS\REST\YOK('https://servisler.yok.gov.tr/resttest/obs/');
$client->setAuth($auth);
```

### Pedagojik Formasyon

[](#pedagojik-formasyon)

```
$pedagojikFormasyon = new \Conkal\YOKSIS\REST\Entities\PedagojikFormasyon();
$pedagojikFormasyon->tcKimlikNo = "";
$pedagojikFormasyon->alanId = 1;
$pedagojikFormasyon->belgeNo = '';
$pedagojikFormasyon->belgeTarihi = '';
$pedagojikFormasyon->universiteId = "";
$pedagojikFormasyon->fakulteId = "";

// kaydet
$client->pedagojikFormasyon()->create($pedagojikFormasyon);
```

### Yerleşen Verisi

[](#yerleşen-verisi)

```
/** @var \Conkal\YOKSIS\REST\Entities\YerlestirmeVeri[] $yerlesenler */
$yerlesenler = $this->client->yerlestirmeVeri()->query(['tur' => 'YKS', 'yil' => '2019']);
```

### Hazırlık Detay

[](#hazırlık-detay)

```
$detay =  new \Conkal\YOKSIS\REST\Entities\HazirlikDetay();
$detay->tckno = '';
$detay->hazirlikTuru = 2;
$detay->ogretimDili = 1;
$detay->hazirlikDonemNo = 1;
$detay->muafiyetDurumu = MuafiyetDurumu::MUAF_DEGIL;
$detay->birimId = '';

// kaydet
$client->hazirlikDetay()->create($this->entity);
```

### Öğrenci Transkript

[](#öğrenci-transkript)

```
$transkript = new \Conkal\YOKSIS\REST\Entities\OgrenciTranskript();
$transkript->ogrenciId = '123456';
$transkript->tcKimlikNo = getenv('TEST_TCKNO');
$transkript->birimId = '123456';

$this->client->ogrenciTranskript()->create($transkript);
`
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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 ~160 days

Recently: every ~264 days

Total

11

Last Release

483d ago

PHP version history (2 changes)v0.1PHP ^5.5

v0.1.3PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb4b44348f594e1fc43ce6f40d31092b71c288d5897b4a992012e4efa37fca6b?d=identicon)[Cengiz Önkal](/maintainers/Cengiz%20%C3%96nkal)

---

Top Contributors

[![cengizonkal](https://avatars.githubusercontent.com/u/3024926?v=4)](https://github.com/cengizonkal "cengizonkal (31 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/conkal-yoksis-rest-client/health.svg)

```
[![Health](https://phpackages.com/badges/conkal-yoksis-rest-client/health.svg)](https://phpackages.com/packages/conkal-yoksis-rest-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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