Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 520 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 520 Bytes

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