Download the PHP package tbot/laravel without Composer

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

Telegram Bot SDK Laravel

Фреймворк для создания Telegram ботов на Laravel с поддержкой мультибота и разделением окружений.

Возможности

Установка

Публикация файлов

Стандартная публикация (пропускает существующие файлы)

Публикация с принудительным обновлением

Публикация конкретных компонентов

или

Миграции

Быстрый старт

1. Создание бота

Команда проведет вас через интерактивную настройку:

2. Управление ботами

3. Управление доменами

4. Управление webhook

5. Управление окружениями

6. Публикация файлов

Разделение окружений

Фреймворк использует единую структуру для токенов и webhook URL:

Токены

Webhook URL

Примеры использования

Структура проекта

Конфигурация

Основные настройки в config/bot.php:

Команды

Основные команды

Команда Описание
bot:new Создание нового бота
bot:manage list Список всех ботов
bot:manage show {bot} Информация о боте
bot:manage test {bot} Тестирование бота
bot:webhook set {bot} Настройка webhook
bot:domain set {bot} {env} {domain} Установка домена

Управление доменами

Команда Описание
bot:domain set {bot} {env} {domain} Установка домена
bot:domain show {bot} Просмотр доменов бота
bot:domain list Список всех доменов

Управление webhook

Команда Описание
bot:webhook set {bot} {url?} Настройка webhook
bot:webhook info {bot} Информация о webhook
bot:webhook delete {bot} Удаление webhook
bot:webhook test {bot} Тестирование webhook

Интернационализация (i18n)

Фреймворк включает встроенную систему интернационализации без внешних зависимостей:

Использование модуля

Добавьте I18nModule в ваш бот:

Ручной перевод

Файлы переводов

Создайте файлы переводов в resources/lang/{locale}/:

Подробная документация: I18N_USAGE.md

Создание бота

После создания бота автоматически генерируется класс:

Безопасность

Мониторинг

Лицензия

MIT License


All versions of laravel with dependencies

PHP Build Version
Package Version
No informations.
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 tbot/laravel contains the following files

Loading the files please wait ...