aboutmybrain/php-rest-api

Access the About my Brain system via REST

Installs: 86

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/aboutmybrain/php-rest-api

0.5.1 2020-10-16 02:29 UTC

This package is auto-updated.

Last update: 2025-10-16 14:00:39 UTC


README

Usage

    require 'vendor/autoload.php';

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

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