PHP code example of thecaliskan / laravel-tdk
1. Go to this page and download the library: Download thecaliskan/laravel-tdk library . Choose the download type require .
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
thecaliskan / laravel-tdk example snippets
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'));
bash
curl -sS https://getcomposer.org/installer | php