Download the PHP package cslant/laravel-telegram-git-notifier without Composer

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

Laravel Telegram GitHub/GitLab Notifier

Telegram GitHub/GitLab Notifier Laravel

Latest Version Total Downloads Test Status Code Style Status Quality Score ## 📝 Introduction Laravel Telegram Git Notifier is a Laravel package that allows you to create a Telegram bot to receive notifications from GitHub or GitLab events and manage customization through messages and buttons on Telegram. - Send notifications of your GitHub/GitLab repositories to Telegram Bots, Groups, Super Groups (Multiple Topics), and Channels. - The bot must be created using the [BotFather](https://core.telegram.org/bots#6-botfather) ## 📋 Requirements - PHP ^8.4|^8.5 - Laravel ^11.0|^12.0 - [Composer](https://getcomposer.org/) - Core: [Telegram Git Notifier](https://github.com/cslant/telegram-git-notifier.git) ## 🔧 Installation You can install this package via Composer: ## ✨ What's New in v2.0 ### New Features - **Webhook Security**: `VerifyWebhookSecret` middleware with timing-safe `hash_equals()` comparison - **Webhook Status Command**: Check webhook status via `php artisan tg-notifier:webhook:status` - **Deferrable Provider**: Lazy-loaded service provider with singleton bindings for better performance - **API Retry Logic**: Exponential backoff for Telegram API rate limits (HTTP 429) - **In-Memory Caching**: Config files cached in memory with dirty flag - **Clean Template Format**: Simplified emoji usage (single emoji per event type) ### Improvements - PHP 8.4+ support with `readonly` classes and properties - Full type safety with explicit return types and nullable params - `match` expressions instead of `switch` for cleaner code - PSR-3 `LoggerInterface` support ### Available Artisan Commands | Command | Description | |------------------------------|-------------------------------------------| | `tg-notifier:webhook:set` | Set the webhook URL for your Telegram bot | | `tg-notifier:webhook:status` | Check the current webhook status | | `tg-notifier:owner:config` | Change owner for config JSON files | ## 🚀 Usage See the [Usage - Telegram git notifier Documentation](https://docs.cslant.com/telegram-git-notifier/usage/first_test) for a list of usage. Please check and update some configurations in the documentation. ## 📖 Official Documentation Please see the [Telegram Git Notifier Documentation](https://docs.cslant.com/telegram-git-notifier) for more information. ## ✨ Supported events ### GitHub Events Available - [x] Push - [x] Issues - [x] Issue Comment - [x] Pull Request - [x] Pull Request Review - [x] Fork - [x] Commit Comment - [x] Deployment - [x] Deployment Status - [x] Fork - [x] Workflow - [x] Watch ... and more events can be seen in the [all GitHub events available](https://docs.cslant.com/telegram-git-notifier/prologue/event-availability/github) ### GitLab Events Available - [x] Push - [x] Tag Push - [x] Issue - [x] Merge Request - [x] Note - [x] Pipeline - [x] Wiki Page - [x] Build - [x] Deployment - [x] Release ... and more events can be seen in the [all GitLab events available](https://docs.cslant.com/telegram-git-notifier/prologue/event-availability/gitlab) ## License The MIT License (MIT). Please see [License File](LICENSE) for more information. ## 📦 Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.


All versions of laravel-telegram-git-notifier with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
cslant/telegram-git-notifier Version ^v1.4
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 cslant/laravel-telegram-git-notifier contains the following files

Loading the files please wait ...