Skip to content

slckym/zend-google-translate

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published