mike42 / escpos-php

PHP library for printing to ESC/POS-compatible thermal and impact printers
Other
2.58k stars 863 forks source link

Point of sale application #713

Open MohamedQabbani opened 5 years ago

MohamedQabbani commented 5 years ago

Hello, I can not get any documentation about how to set up point of sale web application useng this library.

Thanks,

mike42 commented 5 years ago

Hello!

This library only does printing, and we do have API docs and examples for that. The main place to start is the README, which contains a getting started guide and most of the important API methods.

The composer package manager is the best way to include this library as a dependency of your PHP project, so that you can use these methods from your own code as well.