Go to file
freek f279261b57 wip 2018-11-21 22:19:52 +01:00
src wip 2018-11-21 22:19:52 +01:00
tests wip 2018-11-20 11:32:56 +01:00
.editorconfig initial commit 2018-11-20 09:54:06 +01:00
.gitattributes initial commit 2018-11-20 09:54:06 +01:00
.gitignore initial commit 2018-11-20 09:54:06 +01:00
.scrutinizer.yml initial commit 2018-11-20 09:54:06 +01:00
.styleci.yml initial commit 2018-11-20 09:54:06 +01:00
.travis.yml initial commit 2018-11-20 09:54:06 +01:00
CHANGELOG.md initial commit 2018-11-20 09:54:06 +01:00
CONTRIBUTING.md initial commit 2018-11-20 09:54:06 +01:00
LICENSE.md initial commit 2018-11-20 09:54:06 +01:00
README.md wip 2018-11-20 11:32:56 +01:00
composer.json wip 2018-11-21 15:42:04 +01:00
phpunit.xml.dist initial commit 2018-11-20 09:54:06 +01:00

README.md

Laravel WebSockets 🚀

Latest Version on Packagist Build Status Quality Score Total Downloads

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation

You can install the package via composer:

composer require beyondcode/laravel-websockets

Usage

$skeleton = new BeyondCode\LaravelWebSockets();
echo $skeleton->echoPhrase('Hello, BeyondCode!');

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.