/zend-google-translate

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Zend Google Translate

Bilgilendirme

Zend Framework 2 Google Translate v2 REST Api

Yükleme

$ composer install

module/Application/config/module.config.php.example dosyasını module.config.php olarak değiştirip Google API key girin.

'translate'    => [
	'apiKey'  => 'API_KEY',
	'baseUrl' => 'https://translation.googleapis.com/language/translate/v2/'
]

Son olarak

php -S localhost:8080 -t public/ public/index.php

Yada

$ composer run --timeout 0 serve