PHP Classes

File: src/helpers/stackapis.php

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP StackExchange API   src/helpers/stackapis.php   Download  
File: src/helpers/stackapis.php
Role: License text
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: 156 bytes
 

Contents

Class file image Download
<?php if(!function_exists('get_stack_api_auth_url')) { function get_stack_api_auth_url() { return app('StackApi')->makeAuthUri(); } }