Skip to content

Instantly share code, notes, and snippets.

View ablunier's full-sized avatar

Adrian P. Blunier ablunier

View GitHub Profile
@ablunier
ablunier / PrintServerApi.php
Last active April 17, 2024 23:11
This a print connector implementation to communicate the mike42/escpos-php package with the ablunier/escpos-print-api API
<?php
namespace Ablunier\Escpos\PrintConnectors\Connectors;
use Mike42\Escpos\PrintConnectors\PrintConnector;
use GuzzleHttp\Client;
/**
* Class PrintServerApi
*/