Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 9, 2024 via composer

consolidation/self-update 2.2.0

Provides a self:update command for Symfony Console applications.
Package summary
Share
0
issues
1
license
13
MIT
Package created
17 Aug 2018
Version published
18 Mar 2023
Maintainers
1
Total deps
13
Direct deps
3
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
13 Packages, Including:
composer/semver@3.4.0
consolidation/self-update@2.2.0
psr/container@2.0.2
symfony/console@v6.4.7
symfony/deprecation-contracts@v3.5.0
symfony/filesystem@v6.4.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/process@v6.4.7
symfony/service-contracts@v3.5.0
symfony/string@v7.0.7
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

3
All Dependencies CSV
β“˜ This is a list of consolidation/self-update 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
composer/semver3.4.028.21 kBMIT
prod
symfony/consolev6.4.7-MIT
prod
symfony/filesystemv6.4.7-MIT
prod

Visualizations

Frequently Asked Questions

What does consolidation/self-update do?

The consolidation/self-update package is a handy tool specifically developed for Symfony Console applications. Its primary function is to allow in-place updates of a phar (PHP Archive) effectively rendering the process for application updates straightforward and efficient.

How do you use consolidation/self-update?

The utilization of the consolidation/self-update package involves incorporating a self:update command into your application. By using the SelfUpdateCommand, you'll be able to specify the name of your application, the current version, and provide the full name of your GitHub project. Below is an example of how you can implement it within your program:

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

In this instance, 'MyAppName' is the name of the application, '1.0.0' is the current version, and 'org/my-app' is the full name of your GitHub project.

Where are the consolidation/self-update docs?

The comprehensive documentation for the consolidation/self-update package can be found directly on the official GitHub repository - https://github.com/consolidation/self-update. Here, you'll access all the necessary information including usage guidelines, similar projects, and other intricate details pertaining to the functioning and implementation of the package.