PHP Classes

File: config/stackapi.php

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP StackExchange API   config/stackapi.php   Download  
File: config/stackapi.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP StackExchange API
Access the StackExchange sites using its API
Author: By
Last change:
Date: 1 year ago
Size: 191 bytes
 

Contents

Class file image Download
<?php

return [
   
'client_id' => 7474,
   
'client_secret' => '7Fmp4r2cBDjGO8LMafsNDw((',
   
'key' => '**djpcxXZTTgdLD7nlLQjA((',
   
'redirect_uri' => 'http://tests.app/callback.php',
];