barnythorpe/wp-entities

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

0.1.0 2025-07-07 16:56 UTC

This package is auto-updated.

Last update: 2025-07-07 17:02:15 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: