Download the PHP package toktokdev/printapi-sdk without Composer
On this page you can find all versions of the php package toktokdev/printapi-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package printapi-sdk
PrintAPI SDK
Unofficial PHP SDK for PrintAPI built with Saloon v3.
Requirements
- PHP 8.3 or higher
- Composer
Installation
Usage
Initialize the API client. Oauth2 authentication is handled automatically by the SDK using the client credentials flow:
See the official Saloon documentation for more information on the OAuth2 Client Credentials Grant.
API Implementation Status
Category | Endpoint | Status |
---|---|---|
Orders | ||
POST /orders |
✅ Implemented | |
GET /orders/{id} |
✅ Implemented | |
GET /orders/{id}/status |
✅ Implemented | |
GET /orders?offset={offset}&limit={limit} |
✅ Implemented | |
GET /sync/statuses?since={since} |
✅ Implemented | |
Checkout | ||
POST /checkout/{code} |
🚧 Planned | |
GET /checkout/{code} |
🚧 Planned | |
POST /coupons/quote |
🚧 Planned | |
Shipping | ||
POST /shipping/quote |
✅ Implemented | |
Uploads | ||
POST /files/{code} |
🚧 Planned | |
Products | ||
GET /products?offset={offset}&limit={limit} |
✅ Implemented | |
GET /products/{id} |
✅ Implemented |
Available Resources
Orders
Products
Shipping
Development
License
This project is licensed under the MIT License - see the LICENSE file for details.
All versions of printapi-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
saloonphp/saloon Version ^v3.11.2
saloonphp/pagination-plugin Version ^v2.2.0
illuminate/collections Version ^12.3
saloonphp/saloon Version ^v3.11.2
saloonphp/pagination-plugin Version ^v2.2.0
illuminate/collections Version ^12.3
The package toktokdev/printapi-sdk contains the following files
Loading the files please wait ....