Zend Framework 2 Google Translate v2 REST Api
$ 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