camilord/alphaone_api

AlphaOne API Library

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/camilord/alphaone_api

1.0.6 2021-11-06 21:11 UTC

This package is auto-updated.

Last update: 2025-10-07 05:21:42 UTC


README

Use this library to integrate with AlphaOne Building Consent System

codecov

Usage

<?php

define('CONFIG_FILE', dirname(__FILE__).'/config.json');

$obj = new AlphaOneAPI(CONFIG_FILE);
$data = $obj->getProjectDetails(12);
print_r($data);

Output

Array
(
    [ID] => 12
    [ConsentID] => BC12
    [Complexity] => R1
    [ComplexityOverride] => 
    [Stats] => Array
        (
          ...
        )
)

For the detailed documentation of the AlphaOne API, please contact AlphaOne support team or visit at www.abcs.co.nz