Home

Awesome

<p align="center"> <a href="https://roots.io/"> <img alt="Roots" src="https://cdn.roots.io/app/uploads/logo-roots.svg" height="100"> </a> </p> <p align="center"> <a href="https://packagist.org/packages/roots/wordpress"> <img alt="Packagist Downloads" src="https://img.shields.io/packagist/dt/roots/wordpress?label=downloads&colorB=2b3072&colorA=525ddc&style=flat-square"> </a> <a href="https://packagist.org/packages/roots/wordpress"> <img alt="WordPress Version" src="https://img.shields.io/packagist/v/roots/wordpress.svg?label=wordpress&colorB=2b3072&colorA=525ddc&style=flat-square" /> </a> <a href="https://twitter.com/rootswp"> <img alt="Follow Roots" src="https://img.shields.io/badge/follow%20@rootswp-1da1f2?logo=twitter&logoColor=ffffff&message=&style=flat-square"> </a> </p> <p align="center">Meta-package for installing WordPress via Composer</p> <p align="center"> <a href="https://roots.io/composer-wordpress-resources/">Website</a> &nbsp;&nbsp; <a href="https://packagist.org/packages/roots/wordpress">Packages</a> &nbsp;&nbsp; <a href="https://github.com/roots/wordpress/releases">Releases</a> &nbsp;&nbsp; <a href="https://discourse.roots.io/">Community</a> </p>

Sponsors

Roots is an open source project and completely free to use. If you've benefited from our projects and would like to support our future endeavors, please consider sponsoring Roots.

Overview

roots/wordpress is a meta-package that provides WordPress core installation via Composer. It's part of the Roots WordPress packaging ecosystem, which includes several packages to give you flexibility in how WordPress is installed:

PackageDescriptionContent
roots/wordpressMeta-package (this package)Installs roots/wordpress-no-content
roots/wordpress-fullFull WordPress build✅ Core<br>✅ Official themes<br>✅ Akismet & Hello Dolly<br>✅ Beta & RC releases
roots/wordpress-no-contentMinimal WordPress build✅ Core only<br>❌ No themes or plugins<br>❌ No beta releases
roots/wordpress-packagerBuild toolingCreates the package releases

Requirements

A WordPress Core Installer package is required to handle installation path.

[!tip] Roots project provides a core installer, roots/wordpress-core-installer.
See the usage docs.

Getting Started

composer require roots/wordpress

For more detailed information and examples, see the Composer with WordPress Resources introduction.

Stay Connected