8fold / php-printify-sdk
A library for interacting with the Printify API.
Requires
- php: ^8.1
- kriswallsmith/buzz: ^1.2
- nyholm/psr7: ^1.5
- nyholm/psr7-server: ^1.0
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^10.0
- squizlabs/php_codesniffer: ^3.7
- vlucas/phpdotenv: ^5.5
This package is auto-updated.
Last update: 2024-10-31 00:18:06 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}