Download the PHP package spryker-sdk/upgrader without Composer

On this page you can find all versions of the php package spryker-sdk/upgrader. 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 upgrader

Upgrader

Build Status codecov Latest Stable Version Minimum PHP Version PHPStan

Upgrader

The Upgrader tool simplifies keeping projects up-to-date with Spryker releases.

​ The Upgrader updates projects via one of the following approaches:

Supported strategies:

Composer strategy

Composer update strategy

Composer install|update uses two strategies. By default Composer updates lock file with packages being downloaded.

Release App strategy

In the strategy, Upgrader uses Spryker release app as a data provider to fetch data about Major, Minor, and Patch releases. Only Minor and Paths could be automatically applied, for now. In case when some major release is available, Upgrader put info about to PR description.

In the strategy, Upgrader contains sequential (default) release group requiring processor (one by one release group).

Sequential release group processor

Sequential release group processor contains threshold, by default 30 release groups for one Upgrader start.

Soft thresholds:

Soft major threshold, by default 0.

Soft minor threshold, by default 10. ​

​ Soft bugfix threshold, by default 30. ​

Adding GitHub configuration for the update step

​ To enable the Upgrader to execute this step, apply the following configuration: ​

Adding GitLab configuration for the update step

​ To enable the Upgrader to execute this step, apply the following configuration: ​

Adding Azure configuration for the update step

​ To enable the Upgrader to execute this step, apply the following configuration: ​

Reporting configuration

Updating projects via the SDK

​ To update a project, run the following command from its directory:

Enable release group integrator

Enable minimal updates of third-party dependencies

Enable update features to dev-master fixer

Enable project change integration

Disable installing new Spryker packages

Enable project code compliance after update

Specify release group

Specify the pull request reviewers

Installation

​ For Spryker SDK installation instructions, see Spryker SDK


All versions of upgrader with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-json Version *
ext-simplexml Version *
composer/semver Version ^3.3
davidrjonas/composer-lock-diff Version ^1.7
ergebnis/json-printer Version ^3.2
guzzlehttp/guzzle Version ^7.8
http-interop/http-factory-guzzle Version ^1.2
knplabs/github-api Version ^3.13
m4tthumphrey/php-gitlab-api Version ^11.12
nette/neon Version ^3.4
nikic/php-parser Version 5.1.*
phpstan/phpstan Version ^1.10
spryker-sdk/azure-php-client Version ^0.2.1
spryker-sdk/integrator Version ^0.1.6
spryker-sdk/sdk-contracts Version ^0.5.0
spryker-sdk/utils Version ^0.2.2
symfony/config Version ^6.0
symfony/console Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/dotenv Version ^6.0
symfony/filesystem Version ^6.0
symfony/finder Version ^6.0
symfony/framework-bundle Version ^6.0
symfony/http-kernel Version ^6.0
symfony/monolog-bundle Version ^3.10
symfony/process Version ^6.0
symfony/runtime Version ^6.0
symfony/serializer Version ^6.0
symfony/uid Version ^6.0
symfony/yaml Version ^6.0
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 spryker-sdk/upgrader contains the following files

Loading the files please wait ....