barnythorpe/wp-entities

A more modern and type safe system for managing content models in your wordpress project.

Maintainers

Package info

github.com/Barny-Thorpe/wp-entities

pkg:composer/barnythorpe/wp-entities

Statistics

Installs: 39

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2025-07-07 16:56 UTC

This package is auto-updated.

Last update: 2026-03-07 18:28:23 UTC


README

Note

This package is currently a pre-release and as such isn't stable

A more modern and type safe system for managing content models in your wordpress project.

Installation

Install via composer using the following:

composer require barnythorpe/wp-entities

Usage

Extend the following abstract classes to create a model:

Examples can be found in the following: