https://github.com/frc/wp-essentials
https://github.com/frc/wp-essentials
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frc/wp-essentials
- Owner: frc
- Created: 2019-03-01T07:16:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T12:50:59.000Z (over 5 years ago)
- Last Synced: 2025-11-08T00:20:24.842Z (7 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Essentials
A composer [metapackage](https://getcomposer.org/doc/04-schema.md#type) of essential
plugins & libraries for WordPress project. With metapackage it is possible to install
and update multiple packages without adding individual packages to the project's
composer file.
## Installation
`$ composer require frc/wp-essentials`
## Included packages
- [`frc/wp-env-heroku-database`](https://packagist.org/packages/frc/wp-env-heroku-database)
- [`frc/wp-env-heroku-custom-php-constant`](https://packagist.org/packages/frc/wp-env-heroku-custom-php-constant)
- [`frc/wp-harness`](https://packagist.org/packages/frc/wp-harness)
- [`devgeniem/wp-core-blocker`](https://packagist.org/packages/devgeniem/wp-core-blocker)
- [`devgeniem/wp-sanitize-accented-uploads`](https://packagist.org/packages/devgeniem/wp-sanitize-accented-uploads)
- [`frc/wp-base`](https://packagist.org/packages/frc/wp-base)