PHP Classes

File: Demo/config.php

Recommend this page to a friend!
  Classes of Ghali Ahmed   PHP Media Search Engine   Demo/config.php   Download  
File: Demo/config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP Media Search Engine
Search multiple video sites for given keywords
Author: By
Last change:
Date: 8 years ago
Size: 390 bytes
 

Contents

Class file image Download
<?php
$youtubeConfig
= [
   
'developer_key' => null
];
   
$dailymotionConfig = [
   
'api_key' => null,
   
'secret_key'=> null
];

$vimeoConfig = [
   
'api_key' => null,
   
'secret_key'=> null,
   
'access_token' => null
];

$soundcloudConfig = [
   
'api_key' => '',
   
'secret_key' => '',
   
'login' => '',
   
'password' => ''
];

$flickerConfig = [
   
'api_key' => ''
];