discovery: L1 packages vs standalone php-* modules – summary #7
Labels
No labels
P1
P2
P3
PHP
agent-ready
bug
clotho
discovery
docs
refactor
review
security
testing
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/php-framework#7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary of discovery for issue #3
This issue maps all L1 packages (Boot.php files under
src/Core/) against the known standalonecore/php-*repos, and documents their relationship.L1 Packages in
src/Core/(with Boot.php)Root / Framework
src/Core/Boot.phpCore Packages (no standalone counterpart)
src/Core/Activity/spatie/laravel-activitylogsrc/Core/Bouncer/src/Core/Bouncer/Gate/src/Core/Cdn/src/Core/Config/src/Core/Console/src/Core/Headers/src/Core/Helpers/src/Core/Lang/src/Core/Mail/src/Core/Media/src/Core/Search/src/Core/Seo/Frontage Sub-packages (all in
src/Core/Front/)src/Core/Front/src/Core/Front/Admin/src/Core/Front/Api/src/Core/Front/Cli/src/Core/Front/Client/src/Core/Front/Components/src/Core/Front/Mcp/src/Core/Front/Stdio/src/Core/Front/Web/Standalone
core/php-*Reposcore/php-tenanthost-uk/core-tenantCore\Tenant\dev-main)core/php-adminhost-uk/core-adminCore\Admin\,Website\Hub\@dev)core/php-apihost-uk/core-apiCore\Api\,Core\Website\Api\@dev)core/php-contenthost-uk/core-contentCore\Mod\Content\dev-main)core/php-commercehost-uk/core-commerceCore\Mod\Commerce\dev-main)core/php-agentichost-uk/core-agenticCore\Mod\Agentic\dev-main)core/php-mcphost-uk/core-mcpCore\Mcp\,Core\Website\Mcp\@dev)core/php-developerhost-uk/core-developerCore\Developer\core-admincore/php-devopsOverlaps Found
Three issues were filed for the overlaps discovered:
Front/Apirate limiting overlaps withcore/php-api RateLimitApimiddlewareCore\Searchoverlaps withcore/php-adminsearch subsystem (dual registries)Core\ActivityUI duplicated incore/php-adminandcore/php-developerKey Observations
host-uk/coreas a dependency – the framework is always the foundation layercore/php-mcpexplicitly fills theFront/Mcpshell (the Boot.php comment says “Authentication middleware should be added by the core-mcp package”) – this is the intended design patterncore/php-developeris the only standalone repo that depends on another standalone repo (host-uk/core-admin), making it a second-tier moduleCloses #3