jawwws / gnaww-sdk
Official PHP SDK for the Gnaww print intelligence API.
v0.2.0
2026-09-13 07:52 UTC
Requires
- php: ^8.3
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-13 08:02:51 UTC
README
Official PHP SDK for the Gnaww print intelligence API.
Install
composer require jawwws/gnaww-sdk
Quick start
<?php use Jawwws\Gnaww\GnawwClient; $gnaww = new GnawwClient( getenv('GNAWW_API_KEY'), 'https://api.gnaww.io', getenv('GNAWW_WORKSPACE_ID') ?: null, ); $result = $gnaww->consume( '500 A5 double-sided flyers on 170gsm silk' );
Gnaww may return clarification or review requirements when a print requirement is incomplete. It does not guess unresolved physical attributes.
Capability matching does not by itself confirm price, live availability, producer acceptance or an order.
Documentation: https://developer.gnaww.io
Licence
MIT. See LICENSE.