aboutmybrain/php-rest-api

通过REST访问About my Brain系统

0.5.1 2020-10-16 02:29 UTC

This package is auto-updated.

Last update: 2024-09-16 11:14:08 UTC


README

使用说明

    require 'vendor/autoload.php';

    $api = new \AMB\Remote\ApiApplication([
        'client_id' => '[client id]',
        'client_secret' => '[client secret]',
    ]);

    $api->Verify()->Pub()->get();