2017 © Pedro Peláez
 

library php-esc-pos

EPSON ESC/POS printer command generator library

image

xiidea/php-esc-pos

EPSON ESC/POS printer command generator library

  • Tuesday, April 12, 2016
  • by xiidea
  • Repository
  • 7 Watchers
  • 13 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ESC/POS command SDK in PHP

Note: This library is no longer being maintained. I'm not responding to issues or pull requests, since I don't use this project anymore and don't have time to work on it. Please feel free to fork it if you want to continue development on it. Or you can use this library instead., (*1)

This library implements a subset of Epson's ESC/POS protocol for thermal receipt printers. It allows you to print receipts with basic formatting, cutting, and barcode printing on a compatible printer., (*2)

It is intended for Epson TM-T70 model, But other printers, produced by Epson or other vendors use the same standard, may also work., (*3)

Basic usage

<?php
//$device = new \Epson\Devices\NetworkPrinter('10.x.x.x');
$device = \Epson\Devices\Serial::create('/dev/tty0');
$printer = new \Epson\Printer($device);
$printer -> text("Hello World!\n");
$printer -> cut();

Attribution

This library is a modified version of escpos-php, a Library to work with ESC/POS thermal printers, implemented by Michael Billington. Further documentation is available at https://github.com/mike42/escpos-php., (*4)

Unit testing

After the composer install in the same folder:, (*5)

./vendor/bin/phpunit, (*6)

Reference

The Versions

12/04 2016

dev-master

9999999-dev https://github.com/ronisaha/php-esc-pos/

EPSON ESC/POS printer command generator library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Billington
by Gergely Radics

esc-pos thermal printer tm-t70 epson