Download the PHP package rasa/telekit without Composer

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

Telekit framework

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

About Telekit

Telekit is a powerful toolkit for building Telegram bots with ease, using Laravel Eloquent ORM. With Telekit, developers can quickly build and deploy bots, saving time and effort.

One of the standout features of Telekit is its support for Laravel Eloquent ORM, which allows developers to easily interact with the database and perform complex operations with just a few lines of code. This makes it simple to manage data within your Telegram bot and keep your code organized and maintainable.

Telekit also provides a range of tools and utilities for working with the Telegram API, making it easy to handle incoming messages, send messages to users, and perform other common bot tasks. Developers can take advantage of Telekit's intuitive API to quickly build and test new bot features, without having to worry about the underlying details of the Telegram protocol.

Requirements

To install Telekit library using Composer, you can follow these steps:

Open a terminal or command prompt and navigate to your project directory.

Run the following command:

This will download and install the Telekit library and all its dependencies into your project's vendor directory.

Once the installation is complete, you can start using Telekit by including its autoload file in your code

"artisan" commands

With the command "php artisan", you can interact with the bot. Here are some examples:

Polling

Process requests on your local computer without using hooks using the polling method

To see all available commands

Sending messages

Sends to all users

Specify the chat id

Specify message

"make" command

Creating template Interaction files

Creating template Trigger files

Creating template Migration files

Creating template Model files

"database" command

Get database

Parameters

Check database version

Show tables

Output table contents

Describe table

Output the contents of a specific table field

run migrations

undo all migration

See responses

Send responses

reply message

Send message

Send message with buttons

Send photo

Send document

Send media files

InlineQueries

Send invoice


All versions of telekit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
guzzlehttp/guzzle Version ^6.5
vlucas/phpdotenv Version ^5.5
illuminate/database Version ^10.9
illuminate/collections Version ^10.9
doctrine/dbal Version ^3.6
ext-curl Version *
ext-pdo Version *
symfony/console Version ^6.2
eftec/bladeone Version ^4.9
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 rasa/telekit contains the following files

Loading the files please wait ....