Download the PHP package szeidler/composer-patches-cli without Composer

On this page you can find all versions of the php package szeidler/composer-patches-cli. 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 composer-patches-cli

Composer Patches CLI

The Composer Patches CLI provides a simple CLI for cweagans/composer-patches.

Requirements

Installation

Add Composer Patches CLI as a composer dependency.

composer global require szeidler/composer-patches-cli:^1.0

Usage

Patch Enable

The patch enable function enables the patching functionality in your root composer.json. It will create empty patches definition in your composer.json or add a separate composer patch file, when using the --file option.

The patch enable command accepts the following options.

Example:

Patch Add

The patch add command accepts the following arguments in the defined order.

  1. <package> Name of the package to patch.
  2. <description> Description of the patch to be used.
  3. <url> URL or local path of the patch file.

Example:

The patch add command accepts the following options.

You can omit arguments for an interactive mode.

Patch Remove

The patch remove command accepts the following arguments in the defined order.

  1. <package> Name of the package from which you want to remove the patch.
  2. <description> Description of the patch to be removed.

Example:

You can omit arguments for an interactive mode.

Patch List

The patch add command accepts the following arguments.

  1. <package> (optional) Name of the package to patch.

If the package argument is omitted, the command will return all defined patches.

Example:

Move remote patches to local files.

Using remote patches has security implications. Therefore it is wise to store them locally. This command will download all remote patches and store them in the given directory. The command will also update your composer.json or composer.patches.json.

The move remote patches to local files command accepts the following arguments.

  1. <directory> The name of the directory the files should be placed in.

Example:

Credits

Stephan Zeidler for Ramsalt Lab AS

License

The MIT License (MIT)


All versions of composer-patches-cli with dependencies

PHP Build Version
Package Version
Requires composer-plugin-api Version ^1.0 || ^2.0
cweagans/composer-patches Version ^1.7
php Version ^7.0||^8.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 szeidler/composer-patches-cli contains the following files

Loading the files please wait ....