Download the PHP package murat-cileli/update-notifier without Composer

On this page you can find all versions of the php package murat-cileli/update-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 update-notifier

Update Notifier

Composer Update Notifier for Laravel

Configurable Laravel package that checks Composer updates and notify via e-mail if any update exist.

Installation

composer require murat-cileli/update-notifier

Configuration with .env file

UPDATE_NOTIFIER_COMPOSER_PATH: Composer binary path. Default: composer

UPDATE_NOTIFIER_CHECK_VERSION: Allowed values are all, major, minor and patch. Default: all.

UPDATE_NOTIFIER_DIRECT_PACKAGES: Checks direct dependencies only if set true. Defult: true

UPDATE_NOTIFIER_LOCKED_PACKAGES: Checks locked packages only if set true. Default: true.

UPDATE_NOTIFIER_DEVELOPMENT_PACKAGES: Checks development packages if set true. Defalut: false.

UPDATE_NOTIFIER_MAIL_TO: Mail recipient(s) for e-mail notification. Multiple mails can be seperated with comma. Eg. [email protected], [email protected]

Configuration with config file

Config file to be published first using;

php artisan vendor:publish --tag update-notifier

then parameters can be edited in config/update_notifier.php.

Usage

From you project root:

php artisan update-notifier:notify

Notifications can be scheduled with cron. For example, this checks updates every morning at 09:00
0 9 * * * cd /your/project && php artisan update-notifier:notify


All versions of update-notifier with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
ext-json Version *
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 murat-cileli/update-notifier contains the following files

Loading the files please wait ....