Skip to content

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

Notifications You must be signed in to change notification settings

erdinhrmwn/rocket-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

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": {
        "erdinhrmwn/rocket-chat": "^3.0"
    }
}

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.

\Erdinhrmwn\RocketChat\RocketChatServiceProvider::class

Finally generate the configuration file running in the console:

php artisan vendor:publish --tag=config

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%