Download the PHP package version-checker/laravel-version-checker without Composer
On this page you can find all versions of the php package version-checker/laravel-version-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download version-checker/laravel-version-checker
More information about version-checker/laravel-version-checker
Files in version-checker/laravel-version-checker
Download version-checker/laravel-version-checker
More information about version-checker/laravel-version-checker
Files in version-checker/laravel-version-checker
Vendor version-checker
Package laravel-version-checker
Short Description A Laravel package to check for framework updates and notify via Telegram
License MIT
Package laravel-version-checker
Short Description A Laravel package to check for framework updates and notify via Telegram
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-version-checker
Laravel Version Checker
A Laravel package to check for new Laravel framework releases, verify PHP version and extension compatibility, and notify via Telegram. It also ensures the server’s PHP extensions are sufficient for the project’s Laravel version.
Installation
-
Install the package via Composer:
-
Publish the configuration file:
- Update your
.envfile:
Setup
Telegram Bot
- Create a bot via @BotFather and get the token.
- Start a chat with the bot and get the chat ID using
https://api.telegram.org/bot<token>/getUpdates.
GitHub Token
- Create a personal access token with
reposcope in GitHub Settings.
Run the Command
The command checks:
- The latest Laravel release via GitHub API.
- The project’s installed Laravel version (from
composer.json). - PHP version compatibility with the latest Laravel version.
- Whether the server’s PHP extensions are sufficient (all required extensions are enabled).
- Sends a Telegram notification with a detailed compatibility report, including installation suggestions for missing extensions.
The command is scheduled to run daily by default (configurable via VERSION_CHECKER_SCHEDULE_CRON).
License
MIT
All versions of laravel-version-checker with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
irazasyed/telegram-bot-sdk Version ^3.0
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^9.0|^10.0|^11.0
irazasyed/telegram-bot-sdk Version ^3.0
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^9.0|^10.0|^11.0
The package version-checker/laravel-version-checker contains the following files
Loading the files please wait ...