WP Manifestindependent plugin directory
manifest / updates / pressody-records

Pressody Records

Custom WordPress plugin to hold the RECORDS-entity logic for Pressody (PD) (infrastructure-side).

by Pressody · github.com/pressody/pressody-records · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pressody/pressody-records/archive/refs/heads/main.zip

Declares an update source (pressody/pressody-records), so updates arrive through the plugin's own updater.

From the readme

Pressody Records Custom WordPress plugin to hold the RECORDS-entity logic for the Pressody system (infrastructure-side). About Pressody Records is part of the Pressody (PD for short) infrastructure. It is the part that manages the deployable code to WordPress sites. All the code that we account for (i.e. take responsibility for) should be managed and exposed through PD Records. At a fundamental level, the WordPress instance that has this plugin active (let's call it the Pressody Records instance) is a private Composer repository. This means that in the same way Packagist.org or WPackagist.org provide a public Composer repository, we provide to our users private packages (of code) that Composer can install and update. Even if we deliver public packages from the public repositories, we will ingest them and expose them as Pressody packages for redundancy and control. Needless to say that we have built Pressody with Composer at its core — Composer being the most used PHP package manager. Every entity and data-flow is structured to take advantage of the wonderful logic that Composer delivers when it comes to managing code. Pressody Records focuses on two entities: PD Packages and

Read the full README on GitHub →