Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roots/wordpress
Automatically updated WordPress Composer package
https://github.com/roots/wordpress
composer wordpress wordpress-core
Last synced: 6 days ago
JSON representation
Automatically updated WordPress Composer package
- Host: GitHub
- URL: https://github.com/roots/wordpress
- Owner: roots
- License: mit
- Created: 2018-12-08T21:24:30.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T16:32:41.000Z (about 1 month ago)
- Last Synced: 2025-01-10T12:50:50.144Z (13 days ago)
- Topics: composer, wordpress, wordpress-core
- Homepage: https://roots.io/composer-wordpress-resources/
- Size: 121 KB
- Stars: 172
- Watchers: 11
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Meta-package for installing WordPress via Composer
Website Packages Releases Community## 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](https://github.com/sponsors/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:
Package|Description|Content
--|--|--
[`roots/wordpress`](https://github.com/roots/wordpress)|Meta-package (this package)|Installs `roots/wordpress-no-content`
[`roots/wordpress-full`](https://github.com/roots/wordpress-full)|Full WordPress build|✅ Core
✅ Official themes
✅ Akismet & Hello Dolly
✅ Beta & RC releases
[`roots/wordpress-no-content`](https://github.com/roots/wordpress-no-content)|Minimal WordPress build|✅ Core only
❌ No themes or plugins
❌ No beta releases
[`roots/wordpress-packager`](https://github.com/roots/wordpress-packager)|Build tooling|Creates the package releases## Requirements
A [WordPress Core Installer](https://packagist.org/?query=wordpress%20core%20installer&type=composer-plugin) package is required to handle installation path.
> [!tip]
> Roots project provides a core installer, `roots/wordpress-core-installer`.
> See the [usage docs](https://github.com/roots/wordpress-core-installer#readme).## Getting Started
```console
composer require roots/wordpress
```For more detailed information and examples, see the [Composer with WordPress Resources introduction](https://roots.io/composer-wordpress-resources/).
## Stay Connected
- Join us on Discord by [sponsoring us on GitHub](https://github.com/sponsors/roots)
- Participate on [Roots Discourse](https://discourse.roots.io/)
- Follow [@rootswp on Twitter](https://twitter.com/rootswp)
- Read the [Roots Blog](https://roots.io/blog/)
- Subscribe to the [Roots Newsletter](https://roots.io/newsletter/)