Skip to content
/ tureng Public

Tureng sözlük ingilizce-türkçe çevirisi için geliştirilen PHP kütüphanesi.

License

Notifications You must be signed in to change notification settings

enesgur/tureng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tureng Çeviri

Tureng Sözlük kullanılarak İngilizce-Türkçe çeviri yapan bir kütüphanedir.

Bağımlılıklar

  • PHP 5.6 ve üzeri
  • composer
  • php-curl
  • php-xml

Kurulum

  • composer require enesgur/tureng
  • composer update

Örnek Kullanım

use enesgur\Tureng;

// Tekil kelime örneği
$sozluk = new Tureng();
$sozluk->word('home');
var_dump($sozluk->translate());

$sozluk->clear();

// Çoklu kelime örneği
$sozluk->word(['home', 'car']);
var_dump($sozluk->translate());

Geliştiriciler İçin

composer update
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/TurengTest

About

Tureng sözlük ingilizce-türkçe çevirisi için geliştirilen PHP kütüphanesi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages