Download the PHP package piotrpress/wordpress-installer without Composer
On this page you can find all versions of the php package piotrpress/wordpress-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download piotrpress/wordpress-installer
More information about piotrpress/wordpress-installer
Files in piotrpress/wordpress-installer
Download piotrpress/wordpress-installer
More information about piotrpress/wordpress-installer
Files in piotrpress/wordpress-installer
Vendor piotrpress
Package wordpress-installer
Short Description This composer plugin sets installation paths for WordPress core, plugins, mu-plugins, themes and drop-ins outside of vendor directory.
License MIT
Homepage https://github.com/PiotrPress/wordpress-installer
Package wordpress-installer
Short Description This composer plugin sets installation paths for WordPress core, plugins, mu-plugins, themes and drop-ins outside of vendor directory.
License MIT
Homepage https://github.com/PiotrPress/wordpress-installer
Please rate this library. Is it a good library?
Informations about the package wordpress-installer
WordPress Installer
This composer plugin sets installation paths for WordPress core
, plugins
, mu-plugins
, themes
and drop-ins
outside of vendor directory.
Installation
Result
Plugin sets installation paths according to package type:
wordpress-core
-/wp-core
wordpress-theme/{$slug}
-/wp-content/themes/{$slug}
where$slug
is a desired WordPress theme slugwordpress-plugin/{$slug}
-/wp-content/plugins/{$slug}
where$slug
is a desired WordPress plugin slugwordpress-muplugin/{$slug}
-/wp-content/mu-plugin/{$slug}
where$slug
is a desired WordPress mu-plugin slugwordpress-dropin/{$slug}
-/wp-content/{$slug}
where$slug
is a desired WordPress drop-in slug
Limitations
Installation paths are fixed. To customize paths, use other plugin instead, for example one of listed installers:
- composer/installers
- oomphinc/composer-installers-extender
- johnpbloch/wordpress-core-installer
- fancyguy/webroot-installer
Resources
Check out example implementation in the piotrpress/wordpress package.
Requirements
- PHP >=
7.4
version. - Composer ^
2.0
version.
License
MIT
All versions of wordpress-installer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
composer-plugin-api Version ^2.0
composer-plugin-api Version ^2.0
The package piotrpress/wordpress-installer contains the following files
Loading the files please wait ....