Commit graph

5 commits

Author SHA1 Message Date
Snider
261bc16cb5 feat: absorb Front\Api frontage from php-framework
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
Move the API frontage ServiceProvider (Core\Front\Api\Boot) and related
files (ApiVersionService, VersionedRoutes, middleware, config) from
php-framework into this package. Namespaces unchanged — added PSR-4
mapping for Core\Front\Api\ and auto-discovery provider.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 13:05:14 +00:00
Snider
1ddfc00699 chore: rename package to core/php-api
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
Aligns composer package name with forge repo path
(forge.lthn.ai/core/php-api). Part of host-uk/* → core/* migration.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-03 10:38:58 +00:00
Snider
57fa0d6727 refactor(api): relocate API module to Core\Api namespace
Move API module from src/Mod/Api/ to src/Api/ and update namespace
from Core\Mod\Api\ to Core\Api\ as part of monorepo separation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 16:14:36 +00:00
Snider
931974645b monorepo sepration 2026-01-26 20:57:08 +00:00
Snider
3265159fdc
Initial commit 2026-01-26 20:47:46 +00:00