consolidation/self-update

Provides a self:update command for Symfony Console applications.

Maintainers

👁 greg.1.anderson

Package info

github.com/consolidation/self-update

pkg:composer/consolidation/self-update

Statistics

Installs: 58 560 511

Dependents: 19

Suggesters: 3

Stars: 104

Open Issues: 6

3.1.0 2025-10-29 01:41 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 3dfcb564cb1d5369ba8fed0ba0b97280e0d206dc

  • Alexander Menk <menk.woop@mestrona.net>
  • Greg Anderson <greg.1.anderson.woop@greenknowe.org>

README

Symfony Console command to update a phar in place.

Usage

To use the self:update command, instantiate it with the name of the application, its current version, and the full name of the GitHub project.

$cmd = new SelfUpdateCommand('MyAppName', '1.0.0', 'org/my-app');
$app->add($cmd);

Similar Projects