PHP Classes

File: src/helpers/github.php

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP Github API Client   src/helpers/github.php   Download  
File: src/helpers/github.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Github API Client
Access GitHub user repositories
Author: By
Last change:
Date: 7 years ago
Size: 149 bytes
 

Contents

Class file image Download
<?php

if(!function_exists('get_github_auth_url')) {
    function
get_github_auth_url()
    {
        return
app('Github')->makeAuthLink();
    }
}