PHPackages                             thecaliskan/laravel-tdk - 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. thecaliskan/laravel-tdk

ActiveLibrary[API Development](/categories/api)

thecaliskan/laravel-tdk
=======================

Laravel TDK API

1.0(5y ago)741MITPHPPHP &gt;=7.2

Since Oct 31Pushed 5y ago3 watchersCompare

[ Source](https://github.com/thecaliskan/laravel-tdk)[ Packagist](https://packagist.org/packages/thecaliskan/laravel-tdk)[ RSS](/packages/thecaliskan-laravel-tdk/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Laravel TDK API
===============

[](#laravel-tdk-api)

This is the Laravel TDK API. This Repository contains methods for easily interacting. Below are examples to get you started.

[![Latest Version](https://camo.githubusercontent.com/77f5dc6418ba75641050a0351f4f136c895aeb4d9402f25b04de68a29b24ae6a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f74686563616c69736b616e2f6c61726176656c2d74646b2e7376673f7374796c653d666c61742d737175617265)](https://github.com/thecaliskan/laravel-tdk/releases)[![MIT Licensed](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Quality Score](https://camo.githubusercontent.com/1e87cf33936e47e42cac3df29e16ee384b46317a83aa3be4b8c03c99026c4746/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74686563616c69736b616e2f6c61726176656c2d74646b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thecaliskan/laravel-tdk)[![StyleCI](https://camo.githubusercontent.com/3bcae763562f3ffe0db52925aa8d10d61aacbdad88ccb223e3b887ef8df29950/68747470733a2f2f7374796c6563692e696f2f7265706f732f3330383933383737382f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/308938778)[![Total Downloads](https://camo.githubusercontent.com/4676698b5af78160a2b064c7cad40f9b91cde8d1b45408fa5aed9c4dfa703c53/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686563616c69736b616e2f6c61726176656c2d74646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thecaliskan/laravel-tdk)

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

[](#installation)

To install the SDK, you will need to be using [Composer](http://getcomposer.org/)in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer:

```
curl -sS https://getcomposer.org/installer | php
```

You can install the package via composer:

```
composer require thecaliskan/laravel-tdk
```

Usage
-----

[](#usage)

You should always use Composer autoloader in your application to automatically load your dependencies. All the examples below assume you've already included this in your file:

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

use TheCaliskan\TDK\Facades\TDK;

TDK::searchByCurrentTurkishDictionary('al');
TDK::searchByWesternOriginDictionary('bilanço');
TDK::searchByScanDictionary('bilanço');
TDK::searchByCompilationDictionary('al');
TDK::searchByProverbDictionary('yılan');
TDK::searchByForeignWordProvisionsGuide('avans');
TDK::searchByFrequentlyConfusedWordsGuide('fani');
TDK::searchByCommonMistakesGuide('itibariyle');
TDK::searchByScienceAndArtTermsDictionary('al');
TDK::searchByInternationalMetrologyDictionary('ölçüm');
TDK::person('emre',1,2);
TDK::personByName('emre');
TDK::personByWomanName('pelin');
TDK::personByManName('emre');
TDK::personByMeaning('tutkun');
TDK::personByWomanMeaning('yapraklarında');
TDK::personByManMeaning('tutkun');
TDK::comparativeDialectsDictionary('al');
TDK::comparativeDialectsDictionaryByTurkeyTurkish('al');
TDK::comparativeDialectsDictionaryByKazakhTurkish('al');
TDK::comparativeDialectsDictionaryByUzbekTurkish('küç');
TDK::comparativeDialectsDictionaryByAzerbaijaniTurkish('al');
TDK::comparativeDialectsDictionaryByUighurTurkish('al');
TDK::comparativeDialectsDictionaryByBashkirTurkish('al');
TDK::comparativeDialectsDictionaryByTatarTurkish('al');
TDK::comparativeDialectsDictionaryByTurkmenTurkish('al');
TDK::comparativeDialectsDictionaryByKyrgyzTurkish('al');
TDK::comparativeDialectsDictionaryByRussian('on');
TDK::suggestions('al');
TDK::spelling('al');

Storage::put('a2015.wav',TDK::sound('a2015'));
```

Contribute
----------

[](#contribute)

This Repository is an Open Source under the MIT license. It is, thus, maintained by collaborators and contributors.

Feel free to contribute in any way. As an example you may:

- Trying out the `main` code
- Create issues if you find problems
- Reply to other people's issues
- Review PRs

License
-------

[](#license)

The Laravel TDK API is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

2019d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/155e3e5d02954cffed73f51db7d87bd2bd76bea2f4059c9c23bc5d7ba33f9a2f?d=identicon)[thecaliskan](/maintainers/thecaliskan)

---

Top Contributors

[![thecaliskan](https://avatars.githubusercontent.com/u/13554944?v=4)](https://github.com/thecaliskan "thecaliskan (7 commits)")

### Embed Badge

![Health badge](/badges/thecaliskan-laravel-tdk/health.svg)

```
[![Health](https://phpackages.com/badges/thecaliskan-laravel-tdk/health.svg)](https://phpackages.com/packages/thecaliskan-laravel-tdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[freshbitsweb/laravel-google-analytics-4-measurement-protocol

A Laravel package to use Measurement Protocol for Google Analytics 4

20111.0k](/packages/freshbitsweb-laravel-google-analytics-4-measurement-protocol)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[spatie/spatie-price-api

The Price API used at promotional sites for our own products

1515.1k1](/packages/spatie-spatie-price-api)

PHPackages © 2026

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