Download the PHP package serafim/gitter-api without Composer

On this page you can find all versions of the php package serafim/gitter-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package gitter-api

Gitter API Client 4.0

Latest Stable Version https://travis-ci.org/SerafimArts/gitter-api Scrutinizer Code Quality License Total Downloads

Installation

composer require serafim/gitter-api

Creating a Gitter Client

Resources

Example

Streaming

Available resources

Groups

List groups the current user is in.

List of rooms nested under the specified group.

Messages

List of messages in a room in historical reversed order.

There is also a way to retrieve a single message using its id.

Send a message to a room.

Update a message.

Delete a message.

Rooms

List rooms the current user is in.

Join user into a room.

Join current user into a room.

Join current user into a room by room name (URI).

Find room by room name (URI).

Kick user from target room.

This can be self-inflicted to leave the the room and remove room from your left menu.

Sets up a new topic of target room.

Sets the room is indexed by search engines.

Sets the tags that define the room

If you hate one of the rooms - you can destroy it!

List of users currently in the room.

Use the streaming API to listen events.

Use the streaming API to listen messages.

Users

Returns the current user logged in.

List of Rooms the user is part of.

You can retrieve unread items and mentions using the following endpoint.

There is an additional endpoint nested under rooms that you can use to mark chat messages as read

List of the user's GitHub Organisations and their respective Room if available.

List of the user's GitHub Repositories and their respective Room if available.

List of Gitter channels nested under the user.

Custom WebHook Notifications

Create a "Custom Webhook":

Custom routing

Available route methods:

Route arguments:

See more info about API into Documentation


All versions of gitter-api with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
ext-sockets Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ~6.0
react/event-loop Version ~0.4
react/dns Version ~0.4
clue/buzz-react Version ~1.0
psr/log Version ~1.0
serafim/evacuator Version ~3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package serafim/gitter-api contains the following files

Loading the files please wait ....