noisim / rocket-chat
Rocket Chat REST API client for Laravel.
2.0
2018-12-27 11:57 UTC
Requires
- illuminate/support: ~5.5
- nategood/httpful: *
- symfony/http-foundation: ~4.2
This package is auto-updated.
Last update: 2025-04-09 21:20:46 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