waaseyaa / plugin
Attribute-based plugin discovery and management for Waaseyaa
v0.1.0-alpha.279
2026-07-30 04:47 UTC
Requires
- php: >=8.5
- waaseyaa/cache: ^0.1.0-alpha.279
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-07-30 04:59:37 UTC
README
Layer 0 — Foundation
Plugin and extension discovery for Waaseyaa applications.
Provides the base infrastructure for third-party extension packages including the extension point registry, compatibility checking, and the PackageManifest format consumed by PackageManifestCompiler. See docs/specs/plugin-extension-points.md for the extension SDK.
Key classes: PluginManagerInterface, PackageManifest.