Skip to content

Commit

Permalink
initial code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnisLielturks committed Dec 5, 2018
1 parent 6790497 commit 04a18ec
Show file tree
Hide file tree
Showing 6 changed files with 1,501 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
.idea
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "arnislielturks/socketio-laravel-broadcaster",
"description": "Socket.io laravel broadcaster",
"keywords": [
"laravel",
"socket.io",
"socketio-laravel-broadcaster",
"laravel-broadcasting"
],
"homepage": "https://socket.io/",
"license": "MIT",
"authors": [
{
"name": "Arnis Lielturks",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=7.0",
"illuminate/support": "~5",
"illuminate/broadcasting": "^5.4",
"wisembly/elephant.io": "^3.3"
},
"require-dev": {
"illuminate/support": "~5"
},
"autoload": {
"psr-4": {
"ArnisLielturks\\SocketIOBroadcaster\\": "src/"
}
}
}
Loading

0 comments on commit 04a18ec

Please sign in to comment.