shadow-software / agt-php-sdk
PHP SDK for the American Gun Trader Dealer API
3.9.1
2026-08-01 13:38 UTC
Requires
- php: ^8.1
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2026-08-01 13:38:55 UTC
README
AGT PHP SDK
Official PHP client for the
American Gun Trader Dealer API.
Generated from OpenAPI — namespace ShadowSoftware\Agt.
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
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