Skip to content

inserveit/pax8-api-php

Repository files navigation

Requirements

PHP Version Require

Status

workflow Latest Stable Version Latest Unstable Version License

About

A PHP Wrapper for Pax8

Installation

composer require inserve/pax8-api-php

Usage example

<?php

use Inserve\Pax8API\Pax8APIClient;

require 'vendor/autoload.php';

$api = new Pax8APIClient();
$accessToken = $api->authenticate('client.id', 'client.secret');

if (! $accessToken) {
    echo 'Authentication failed';

    return;
}

$subscriptions = $api->company->list();

About

A PHP wrapper for the Pax8 API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages