Registry / build-tool / laravel-zero-phar-updater

laravel-zero-phar-updater

JSON →
library1.4.2phppackagistunverified

A thing to make PHAR self-updating easy and secure.

composer require laravel-zero/phar-updater
INSTALL
IMPORT
SIG · LARAVEL-ZERO-PHAR-
L
laravel-zero-phar-updater
build-toolphpv1.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Updater
use LaravelZero\PharUpdater\Updater;

Self-update a PHAR from GitHub

<?php require_once 'vendor/autoload.php'; use LaravelZero\PharUpdater\Updater; $updater = new Updater(); $updater->setStrategy(Updater::STRATEGY_GITHUB); $updater->setSourceRepository('laravel-zero/laravel-zero'); $updater->update();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
laravel-zero-phar-updater — pip install laravel-zero-phar-updater · libregistry