aboutmybrain/php-rest-api

Access the About my Brain system via REST

Maintainers

Package info

bitbucket.org/aboutmybrain/amb-php-rest-api

pkg:composer/aboutmybrain/php-rest-api

Statistics

Installs: 88

Dependents: 0

Suggesters: 0

0.5.1 2020-10-16 02:29 UTC

This package is auto-updated.

Last update: 2026-03-16 15:17:09 UTC


README

Usage

    require 'vendor/autoload.php';

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

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