Search by

aisastra / aura-sdk

AlokSingh1212

Official PHP SDK for the AURA Developer Platform Graph API

1.4.0 2026-08-22 03:14 UTC

This package is auto-updated.

Last update: 2026-08-22 03:19:27 UTC


README

composer require aisastra/aura-sdk
# or from monorepo: composer install --working-dir=packages/php-sdk
<?php
use Aisastra\Aura\AuraClient;

$aura = AuraClient::withUserToken(getenv('AURA_USER_TOKEN'));
$pages = $aura->getPages();