|
escpos-php
|
This file is part of escpos-php: PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers. More...
Classes | |
| class | CupsPrintConnector |
| Print connector that passes print data to CUPS print commands. More... | |
| class | DummyPrintConnector |
| Print connector that writes to nowhere, but allows the user to retrieve the buffered data. More... | |
| class | FilePrintConnector |
| PrintConnector for passing print data to a file. More... | |
| class | MultiplePrintConnector |
| Wrap multiple connectors up, to print to several printers at the same time. More... | |
| class | NetworkPrintConnector |
| PrintConnector for directly opening a network socket to a printer to send it commands. More... | |
| interface | PrintConnector |
| Interface passed to Escpos class for receiving print data. More... | |
| class | RawbtPrintConnector |
| Print connector for android RawBT application https://play.google.com/store/apps/details?id=ru.a402d.rawbtprinter. More... | |
| class | UriPrintConnector |
| class | WindowsPrintConnector |
| Connector for sending print jobs to. More... | |
This file is part of escpos-php: PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers.
Copyright (c) 2014-20 Michael Billington < michael.billington@gmail.com >, incorporating modifications by others. See CONTRIBUTORS.md for a full list.
This software is distributed under the terms of the MIT license. See LICENSE.md for details.
1.8.13