vswb / ppp

PHP POS Print Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP POS Print (Local Server)

A php application for printing POS receipts

To Use

To clone and run this repository you'll need git, php and composer.

From your command line:

# Clone this repository
git clone https://github.com/Tecdiary/ppp

# Go into the repository
cd ppp

# Install dependencies
composer install

# Run the app from command line
php index.php

Next time you can simply run the server.sh file to start the server.

This app runs at port 6441 ( ws://lcoalhost:6441 ) and listen for the print jobs.

About

PHP POS Print Server


Languages

Language:PHP 99.7%Language:Shell 0.3%