Scaffold composer package introibo/core with PSR-4 autoloading #7

Closed
opened 2026-07-01 00:50:33 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 00:50:33 +00:00 (Migrated from github.com)

Problem

The engine needs a publishable composer library as its home. Without a package skeleton there is nowhere to put engine code, declare the AGPL-3.0-or-later licence, or wire PSR-4 autoloading.

Acceptance criteria

  • composer.json declares name introibo/core, type library, licence AGPL-3.0-or-later, and PHP version constraint
  • PSR-4 maps Introibo\Core\ to src/ and a test namespace to tests/
  • composer install succeeds on a clean checkout and the autoloader resolves a smoke class
  • LICENSE file contains the full AGPL-3.0 text

Notes

Clean-room: no code may be copied from any prior calendar project.

## Problem The engine needs a publishable composer library as its home. Without a package skeleton there is nowhere to put engine code, declare the AGPL-3.0-or-later licence, or wire PSR-4 autoloading. ## Acceptance criteria - [ ] `composer.json` declares name `introibo/core`, type `library`, licence `AGPL-3.0-or-later`, and PHP version constraint - [ ] PSR-4 maps `Introibo\Core\` to `src/` and a test namespace to `tests/` - [ ] `composer install` succeeds on a clean checkout and the autoloader resolves a smoke class - [ ] LICENSE file contains the full AGPL-3.0 text ## Notes Clean-room: no code may be copied from any prior calendar project.
Sign in to join this conversation.
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/Core#7
No description provided.