Download the PHP package sanf/rush without Composer

On this page you can find all versions of the php package sanf/rush. 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 rush

Rush | Rubika - Shad API

What's New?

Update v2.1.1

Updates:

Debugged:

Table of Contents

Rubika Client

A simple yet practical client for creating self bots for Rubika and Shad, supporting three platforms: Android, Web, and PWA. This client is designed for building self bots for various purposes, including group management, entertainment, assistance, gaming, and more.

Installation:

Creating a Bot:

Congratulations, you have now set up a client!

Rubika and Shad Client Configuration

Using Auto-Login

Manually Entering Information

Rubino Configuration

Rubino configurations are similar to Rubika, but for manual entry, only auth is used.

Using Auto-Login

Manually Entering Information

Rubika and Shad Methods

Method Description
addChannel Add a new channel to your account.
addGroup Add a new group.
addToMyGifSet Add a GIF to your personal GIF list.
createGroupVoiceChat Create a new voice chat group.
deleteMessages Delete messages from a chat.
getAvatars Fetch the profile picture using the provided GUID.
getChats Retrieve the list of chats available to you.
getChatsUpdates Receive updates on chat activity.
getContact Get a list of your contacts.
getFolders Receive account folders.
getGroupAdminMembers Get the members who are admins of a group.
getGroupInfo Get information about a group.
getGroupLink Retrieve the link to the group.
getGroupOnlineCount Get the number of online members in a group.
getInfoByUsername Get information about a user using their username.
getMessages Retrieve a list of messages from a specific chat.
getMessagesByID Retrieve a message by its ID.
getMySessions Get a list of your active sessions.

Socket Methods

Method Activity
author_guid Get the unique identifier (GUID) of the message sender.
chat_type Determine the type of chat (individual or group) based on the context.
count_unseen Retrieve the count of unread messages in a chat.
deleteMessage Remove a specific message using its ID.
editMessage Modify an existing message using its ID.
file_inline Handle non-text messages and their corrections.
forward_message_id Get the ID of a forwarded message.
forward_object_guid Retrieve the GUID of the message being forwarded.
groupAccess Get chat access information (who can access the chat).
has_link Determine if the message contains a hyperlink.
is_forward - forward_from Identify if the message was forwarded from another chat.
is_group Check if the message was sent in a group chat.
is_private Verify if the message was sent from a private chat.
last_message_id Get the ID of the last message sent in the chat.
message_id Retrieve the ID of the last sent message.
message_type Identify the type of the sent message (text, image, etc.).
reply Send a reply to the last message received.
reply_message_id Get the ID of the message to which the current message is a reply.
seen Mark the message as read.
setReaction Add a reaction (emoji) to the message.
text Retrieve the content of the received message.
title Get the title of the current chat.
getData Receive all the output data from the websocket.

Need help? Send a message on Telegram or Rubika .!


We hope you have enjoyed it ❤️.

Perseverance is the key to success !


All versions of rush with dependencies

PHP Build Version
Package Version
Requires phpseclib/phpseclib Version 2.0.*
cboden/ratchet Version ^0.4.4
ratchet/pawl Version ^0.4.1
james-heinrich/getid3 Version ^1.9
guzzlehttp/guzzle Version ^7.8
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 sanf/rush contains the following files

Loading the files please wait ....