Rename: Update PHP namespaces, classes, and code references #264

Closed
opened 2026-06-19 09:07:05 +00:00 by jmiller · 1 comment
Owner

Parent: #262

Task

Rename all PHP code references from mokoplatform to MokoCLI.

Scope

  • PHP namespaces (e.g., Moko\PlatformMoko\CLI or similar)
  • Class names, constants, and function names that reference "mokoplatform"
  • Inline comments and docblocks
  • Autoload mappings in composer.json (coordinate with config sub-task)

Notes

  • Run full test suite after changes to verify nothing breaks
  • Grep for all case variants: mokoplatform, MokoPlAtform, MOKOPLATFORM, moko_platform, etc.
Parent: #262 ## Task Rename all PHP code references from `mokoplatform` to `MokoCLI`. ### Scope - PHP namespaces (e.g., `Moko\Platform` → `Moko\CLI` or similar) - Class names, constants, and function names that reference "mokoplatform" - Inline comments and docblocks - Autoload mappings in `composer.json` (coordinate with config sub-task) ### Notes - Run full test suite after changes to verify nothing breaks - Grep for all case variants: `mokoplatform`, `MokoPlAtform`, `MOKOPLATFORM`, `moko_platform`, etc.
Author
Owner

Branch created: feature/264-rename-update-php-namespaces-classes-and

git fetch origin
git checkout feature/264-rename-update-php-namespaces-classes-and
Branch created: [`feature/264-rename-update-php-namespaces-classes-and`](https://git.mokoconsulting.tech/MokoConsulting/mokoplatform/src/branch/feature/264-rename-update-php-namespaces-classes-and) ```bash git fetch origin git checkout feature/264-rename-update-php-namespaces-classes-and ```
Sign in to join this conversation.
No labels
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mokocli#264