PHP Classes

File: src/yandex_config.php

Recommend this page to a friend!
  Classes of Decode Web   PHP Yandex Translate   src/yandex_config.php   Download  
File: src/yandex_config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Yandex Translate
Translate application texts using Yandex API
Author: By
Last change:
Date: 4 years ago
Size: 241 bytes
 

Contents

Class file image Download
<?php
/**
 * Created by PhpStorm.
 * User: winlappy1
 * Date: 23/7/19
 * Time: 10:38 AM
 */

return [
   
'yandex_translate_endpoint' => env('YANDEX_TRANSLATE_ENDPOINT'),

   
'yandex_translate_api_key' => env('YANDEX_TRANSLATE_API_KEY')
];