An open API service indexing awesome lists of open source software.

https://github.com/ahegyes/wp-framework-shared

[READ-ONLY] Auto-split mirror of wordpress-framework/packages/shared. Substrate primitives — Result, ValueObject, Exception scaffolding. Develop in wordpress-framework.
https://github.com/ahegyes/wp-framework-shared

composer dws-framework php read-only-mirror wordpress wordpress-framework wordpress-plugin-development

Last synced: 13 days ago
JSON representation

[READ-ONLY] Auto-split mirror of wordpress-framework/packages/shared. Substrate primitives — Result, ValueObject, Exception scaffolding. Develop in wordpress-framework.

Awesome Lists containing this project

README

          

# wp-framework-shared

Substrate primitives for plugins built on the DWS framework: result and value-object patterns, plus error and exception scaffolding. Runtime-WP-aware but pulls in no WP-specific abstractions like Options or Hooks — the shared kernel that `core`, `utilities`, and `woocommerce` build on.

Part of the [DWS WordPress framework](https://github.com/ahegyes/wordpress-framework) — see the monorepo for architecture, contributing, and the rest of the package set.

## Installation

```bash
composer require ahegyes/wp-framework-shared
```