noisim/rocket-chat

Rocket Chat REST API client for Laravel.

2.0 2018-12-27 11:57 UTC

This package is auto-updated.

Last update: 2024-04-09 19:11:43 UTC


README

Rocket-chat is a rest client package for Laravel that you can use to consume Rocket.Chat REST API.

How to use

This package is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "noisim/rocket-chat": "dev-master"
    }
}

and run composer to update the dependencies composer update.

Then open your Laravel config file config/app.php and in the $providers array add the service provider for this package.

\Noisim\RocketChat\RocketChatServiceProvider::class

Finally generate the configuration file running in the console:

php artisan vendor:publish --tag=config