Skip to content

Commit 1706c80

Browse files
committed
starting broadcast driver creation
0 parents  commit 1706c80

File tree

3 files changed

+237
-0
lines changed

3 files changed

+237
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "cmosguy/laravel-http-pushstream-broadcaster",
3+
"description": "Laravel broadcast driver for the HTTP Push-stream Nginx module",
4+
"require": {
5+
"guzzlehttp/guzzle": "5.3"
6+
},
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Adam Klein",
11+
"email": "asklein@gmail.com"
12+
}
13+
],
14+
"minimum-stability": "dev"
15+
}

composer.lock

Lines changed: 221 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)