Skip to content

Commit 3e0f7de

Browse files
author
Muraveiko
committed
first commit
0 parents  commit 3e0f7de

File tree

9 files changed

+751
-0
lines changed

9 files changed

+751
-0
lines changed

box.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"chmod": "0755",
3+
"files": ["src/server.php"],
4+
"directories": ["vendor"],
5+
"main": "src/server.php",
6+
"output": "dist/rawbt.phar",
7+
"stub": true
8+
}

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "402d/rawbt_ws_server",
3+
"description": "Websoket Server for ESC/POS Printers",
4+
"require": {
5+
"hoa/websocket": "3.17.01.09",
6+
"mike42/escpos-php": "^2.0",
7+
"php": ">=5.4.0",
8+
"hassankhan/config": "^2.1"
9+
}
10+
}

0 commit comments

Comments
 (0)