shadow-software/agt-php-sdk

PHP SDK for the American Gun Trader Dealer API

Maintainers

Package info

github.com/shadow-software/agt-php-sdk

pkg:composer/shadow-software/agt-php-sdk

Transparency log

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

3.9.1 2026-08-01 13:38 UTC

This package is auto-updated.

Last update: 2026-08-01 13:38:55 UTC


README

shadow-software/agt-php-sdk — by Shadow Software

AGT PHP SDK

Official PHP client for the American Gun Trader Dealer API.
Generated from OpenAPI — namespace ShadowSoftware\Agt.

Packagist PHP License Shadow Software

Packagist →  ·  WordPress plugin  ·  TypeScript SDK

Install

composer require shadow-software/agt-php-sdk

Requires PHP 8.1+. Published on Packagist.

Usage

use ShadowSoftware\Agt\Configuration;
use ShadowSoftware\Agt\Api\DealerListingApi;

$config = Configuration::getDefaultConfiguration()
    ->setHost('https://americanguntrader.com')
    ->setAccessToken($accessToken);

$api = new DealerListingApi(null, $config);

Do not edit generated/ by hand. Spec updates are regenerated by shadow-software/sdk-release and tagged releases update Packagist automatically.

WordPress

The free AGT Sync for WooCommerce plugin depends on this package (^0.2) and ships vendor/ in its release ZIP.

License

MIT © Shadow Software LLC.

Also by Shadow Software

shadow-software/dabdash-php-sdk DabDash Tenant API (PHP)
@shadow-software/agt-sdk AGT Dealer API (TypeScript)
AGT Sync for WooCommerce WordPress / WooCommerce plugin

shadowsoftware.com · MIT · © 2026 Shadow Software LLC