refactor: rename platform Introibo -> Directorium (Api) #139

Merged
manlycucumber merged 1 commit from chore/rebrand-directorium into develop 2026-07-06 17:08:44 +00:00
manlycucumber commented 2026-07-06 16:59:56 +00:00 (Migrated from github.com)

Renames the API's engine references Introibo -> Directorium, matching the Core rebrand.

What changed

  • Namespace Introibo\Api -> Directorium\Api (src/tests/bin/public); composer introibo/api -> directorium/api.
  • Core dependency: require introibo/core -> directorium/core; composer.lock regenerated to the renamed package (dev-develop 42ef21b).
  • Contract URN expectations in tests flip introibo: -> directorium: to match renamed Core output.
  • Domains: consuming website -> directorium.app; FUNDING support -> directorium.org. The API itself serves from api.directorium.org per the maintainer runbook.

Deliberately NOT changed

The composer VCS URL (github.com/Introibo-App/Core) and the add-to-project org URL still point at the current GitHub org; they flip with the org rename per the runbook (so composer install and CI keep resolving directorium/core from the still-current org).

Verification

95 PHPUnit pass, phpcs OK, phpstan [OK].

Renames the API's engine references **Introibo -> Directorium**, matching the Core rebrand. ## What changed - **Namespace** `Introibo\Api` -> `Directorium\Api` (src/tests/bin/public); composer `introibo/api` -> `directorium/api`. - **Core dependency**: `require` `introibo/core` -> `directorium/core`; `composer.lock` regenerated to the renamed package (dev-develop `42ef21b`). - **Contract URN** expectations in tests flip `introibo:` -> `directorium:` to match renamed Core output. - **Domains**: consuming website -> `directorium.app`; FUNDING support -> `directorium.org`. The API itself serves from `api.directorium.org` per the maintainer runbook. ## Deliberately NOT changed The composer VCS URL (`github.com/Introibo-App/Core`) and the `add-to-project` org URL still point at the current GitHub org; they flip with the org rename per the runbook (so `composer install` and CI keep resolving `directorium/core` from the still-current org). ## Verification **95 PHPUnit** pass, phpcs OK, phpstan **[OK]**.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Api!139
No description provided.