apideck-php
Installation
SKILL.md
Apideck PHP SDK Skill
Overview
The Apideck Unified API provides a single integration layer to connect with 200+ third-party services across accounting, CRM, HRIS, file storage, ATS, e-commerce, and more. The official PHP SDK provides typed clients for all unified APIs.
Installation
composer require apideck-libraries/sdk-php
IMPORTANT RULES
- ALWAYS use the
apideck-libraries/sdk-phpComposer package. DO NOT make rawGuzzle/curlcalls to the Apideck API. - ALWAYS pass security, app ID, and consumer ID via the builder when creating the client.
- USE
serviceIdon requests to specify which downstream connector to use. - ALWAYS handle errors with try/catch using
Errors\APIExceptionas the base class. - DO NOT store API keys in source code. Use environment variables.