2017 © Pedro Peláez
 

library rocket-chat

Rocket Chat REST API client for Laravel.

image

noisim/rocket-chat

Rocket Chat REST API client for Laravel.

  • Wednesday, December 6, 2017
  • by albanafmeti
  • Repository
  • 1 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

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

How to use

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

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

and run composer to update the dependencies composer update., (*3)

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

\Noisim\RocketChat\RocketChatServiceProvider::class

Finally generate the configuration file running in the console:, (*5)

php artisan vendor:publish --tag=config

The Versions

06/12 2017

dev-master

9999999-dev

Rocket Chat REST API client for Laravel.

  Sources   Download

MIT

The Requires

 

by Alban Afmeti