8fold/php-printify-sdk

A library for interacting with the Printify API.

0.1.1 2023-05-02 01:03 UTC

This package is auto-updated.

Last update: 2024-05-01 00:17:31 UTC


README

Note: Delete the labels in the new repo and use https://github.com/jvandemo/copy-github-labels-cli to copy the ones found here to the new repo

8fold Printify SDK for PHP

{brief description}

Installation

{how does one install the product}

Usage

Still in progress. See tests for now.

Details

The project's folder structure is designed to mirror the Printify API endpoint structures.

We delay API calls until the last responsible moment. We afford you the opportunity to do the same.

Methods starting with get perform API requests, specifically, a GET request.

Methods starting with post perform API requests, specifically, a POST request.

Methods starting with delete perform API requests, specifically, a DELETE request.

Methods starting with put perform API requests, specifically, a PUT request.

Other

{links or descriptions or license, versioning, and governance}