Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Tecdiary/ppp

Repository files navigation

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.