Download the PHP package stripyhorse/stripyhorse-php without Composer
On this page you can find all versions of the php package stripyhorse/stripyhorse-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stripyhorse/stripyhorse-php
More information about stripyhorse/stripyhorse-php
Files in stripyhorse/stripyhorse-php
Package stripyhorse-php
Short Description Zebra/ZPL developer tools: render ZPL to PNG, convert PDFs and images to print-ready ZPL, and drive hosted virtual Zebra printers for testing. Authenticate with an API key via `Authorization: Bearer sh_live_…` or `X-Api-Key`.
License MIT
Homepage https://stripyhorse.io
Informations about the package stripyhorse-php
Stripy Horse PHP SDK
Official PHP client for the Stripy Horse API - Zebra/ZPL developer tools: render ZPL to PNG, convert PDFs/images/HTML to print-ready ZPL, and drive hosted virtual Zebra printers from your tests.
Generated from the live OpenAPI spec, which is itself emitted from the server's handler code, so the SDK can never drift from the API.
Requires PHP 8.1+.
Install
Setup
Render ZPL to PNG
Convert a PDF (or PNG/GIF/JPEG) to ZPL
Design a label in HTML, get ZPL
Test label printing in CI with a virtual printer
Errors
API errors throw StripyHorse\ApiException; $e->getResponseBody() carries the
JSON error envelope. HTTP 429 includes a Retry-After header.
Regenerating
Every file here is generated from the OpenAPI spec, which is emitted from the server's own handler code. Hand edits are overwritten by the next spec change, so report a problem with the SDK as a problem with the API: stripyhorse.io/contact.
All versions of stripyhorse-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0