Search by

jawwws / gnaww-sdk

jawwws

Official PHP SDK for the Gnaww print intelligence API.

v0.2.0 2026-09-13 07:52 UTC

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.