shadow-software/dabdash-php-sdk

PHP SDK for the DabDash Tenant API

Maintainers

Package info

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

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

Transparency log

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2026-07-30 18:42 UTC

This package is auto-updated.

Last update: 2026-07-31 16:18:25 UTC


README

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

DabDash PHP SDK

Official PHP client for the DabDash Tenant API.
Generated from OpenAPI — namespace ShadowSoftware\DabDash.

Packagist PHP License Shadow Software

Packagist →  ·  WordPress plugin  ·  TypeScript SDK

Install

composer require shadow-software/dabdash-php-sdk

Requires PHP 8.1+. Published on Packagist.

Usage

use ShadowSoftware\DabDash\Configuration;
use ShadowSoftware\DabDash\Api\CustomersApi;

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

$api = new CustomersApi(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 DabDash Sync for WordPress 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/agt-php-sdk AGT Dealer API (PHP)
@shadow-software/dabdash-sdk DabDash Tenant API (TypeScript)
DabDash Sync for WordPress WordPress plugin

shadowsoftware.com · MIT · © 2026 Shadow Software LLC