Download the PHP package agilo/wp-package-installer without Composer
On this page you can find all versions of the php package agilo/wp-package-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp-package-installer
README
(WIP) Enables installing WP plugins via Composer 2 (or Composer 1) inside johnpbloch/wordpress
. Replaces drupal-composer/preserve-paths
.
- PHP 7.2 - 8.3 is supported
- Composer 1 & 2 is supported
Installation / Usage
mkdir your-project && cd your-project
composer init
-
Add the following to your
composer.json
extra section: composer require agilo/wp-package-installer
composer require johnpbloch/wordpress
Contributing
Formatting code
- Run
composer install --working-dir=tools/php-cs-fixer
- Run
./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix
Running tests
- Run
composer install --working-dir=tools/phpunit
- Run
./tools/phpunit/vendor/bin/phpunit
All versions of wp-package-installer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
composer-plugin-api Version ^1.0 || ^2.0
composer-plugin-api Version ^1.0 || ^2.0
The package agilo/wp-package-installer contains the following files
Loading the files please wait ....