PHP code example of caikeal / coding-open-api

1. Go to this page and download the library: Download caikeal/coding-open-api library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

caikeal / coding-open-api example snippets


...
use CodingOpenApi\LaravelCoding\Facade;

...

public function test () {
    return Facade::enterprise('ksbaozi')->access_token->getToken();
}