Skip to content

Commit

Permalink
#hot. Add .github, shields
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Feb 11, 2018
1 parent 23d1446 commit 113c147
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/config.yml
@@ -0,0 +1,9 @@
# Comment to be posted on first time issues.
newIssueWelcomeComment: |
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include particular steps to reproduce it.
# Comment to be posted on PRs from first time contributors.
newPRWelcomeComment: |
💖 Thanks for opening this pull request! 💖
# Comment to be posted on pull requests merged by a first time user.
firstPRMergeComment: >
Congrats on merging your first pull request and thank you for your contribution! 🎉🎉🎉
4 changes: 4 additions & 0 deletions README.md
@@ -1,6 +1,10 @@
# php-wssc
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/arthurkushman/php-wss/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/arthurkushman/php-wss/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/arthurkushman/php-wss/badges/build.png?b=master)](https://scrutinizer-ci.com/g/arthurkushman/php-wss/build-status/master)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Library comes with 5 main options
Server:
- it`s a web-socket server for multiple connections with decoding/encoding for all events out of the box (with Dependency Injected MessageHandler)
Expand Down

0 comments on commit 113c147

Please sign in to comment.