Download the PHP package intanode/receiptprinter without Composer
On this page you can find all versions of the php package intanode/receiptprinter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download intanode/receiptprinter
More information about intanode/receiptprinter
Files in intanode/receiptprinter
Download intanode/receiptprinter
More information about intanode/receiptprinter
Files in intanode/receiptprinter
Vendor intanode
Package receiptprinter
Short Description :description
License MIT
Homepage https://github.com/IntanodeTechnologies/receipt-printer
Package receiptprinter
Short Description :description
License MIT
Homepage https://github.com/IntanodeTechnologies/receipt-printer
Keywords laravelReceiptPrinter
Please rate this library. Is it a good library?
Informations about the package receiptprinter
Laravel Receipt Printer
Simple Laravel package to integrate ESC/POS Print Driver for PHP.
Installation
Via Composer
Usage
Execute the following command to publish the config used by this package:
Edit the config file located at config/receiptprinter.php
as follows:
- Set
connector_type
to:windows
if you are using Windows as your web server.cups
if you are using Linux or Mac as your web server.network
if you are using a network printer.
- Set
connector_descriptor
to:- the printer name if your
connector_type
is eitherwindows
orcups
- the IP address or Samba URI, e.g:
smb://192.168.0.5/PrinterName
if yourconnector_type
isnetwork
- the printer name if your
- Set
connector_port
to the open port for the printer, only if yourconnector_type
isnetwork
Include the library:
Then use any one of these two functions to send "print" command to the printer.
Example (Print Receipt)
Example (Print Request)
Changelog
Please see the changelog for more information on what has changed recently.
Credits
- Mike42 for the awesome PHP ESC/POS Print Driver library
License
MIT. Please see the license file for more information.
All versions of receiptprinter with dependencies
PHP Build Version
Package Version
The package intanode/receiptprinter contains the following files
Loading the files please wait ....