PHP Classes

File: config/unsplash.php

Recommend this page to a friend!
  Classes of Hicri   PHP Image Unsplash Service   config/unsplash.php   Download  
File: config/unsplash.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Image Unsplash Service
Retrieve Unsplash service photos and statistics
Author: By
Last change:
Date: 8 months ago
Size: 177 bytes
 

Contents

Class file image Download
<?php

return [
   
'base_uri' => 'https://api.unsplash.com/',
   
'access_key' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
   
'secret_key' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
];