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.
- Host: GitHub
- URL: https://github.com/ahegyes/wp-framework-shared
- Owner: ahegyes
- License: gpl-2.0
- Created: 2026-05-15T12:49:54.000Z (about 2 months ago)
- Default Branch: trunk
- Last Pushed: 2026-06-12T20:58:54.000Z (18 days ago)
- Last Synced: 2026-06-12T22:25:01.696Z (18 days ago)
- Topics: composer, dws-framework, php, read-only-mirror, wordpress, wordpress-framework, wordpress-plugin-development
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```