Skip to content
This organization was marked as archived by an administrator on Sep 14, 2023. It is no longer maintained.
@composer-wordpress

Composer for WordPress

WordPress as Composer packages

Composer is dependency manager command line utility and accompanying infrastructure tools. It is made in PHP and for PHP.
It can help you improve how you develop, share, make use of, host, and deploy your WordPress code and whole site stacks.

Checkout Guide to Composer in WordPress to read more on benefits it can bring.

Usage

composer require composer-wordpress/<release-type>

Release Types

Different release types are available with WordPress core. The list of themes and plugins bundled differs between release types.

Name Official Packagist Repository Themes Plugins Beta & RC
Full full full 3 latest official Akismet, Hello Dolly ✔️
New bundled ✅* new-bundled new-bundled 3 latest official none
No content ✅* no-content no-content none none
* Although they are not extensively documented, these builds are made available by WordPress.org as regular builds.

Plugins

WordPress Packagist mirrors the WordPress plugin and theme directories as a Composer repository.
It can be used to easily required any plugins from the WordPress Plugin Directory.

Checkout official documentation on wpackagist.org.

Pinned

  1. no-content no-content Public archive

    Automatically updated WordPress-no-content Composer package

  2. full full Public archive

    Automatically updated WordPress-full Composer package

  3. new-bundled new-bundled Public archive

    Automatically updated WordPress-new-bundled Composer package

Repositories

Showing 4 of 4 repositories
  • full Public archive

    Automatically updated WordPress-full Composer package

    0 0 0 0 Updated May 24, 2022
  • no-content Public archive

    Automatically updated WordPress-no-content Composer package

    0 0 0 0 Updated May 24, 2022
  • new-bundled Public archive

    Automatically updated WordPress-new-bundled Composer package

    0 0 0 0 Updated May 24, 2022
  • .github Public archive

    Org's documentation and scripts

    0 MIT 0 0 0 Updated May 16, 2022

Top languages

Loading…

Most used topics

Loading…