spora-ai / spora-maker
Scaffolder for the Spora project App — generates Tools, Controllers, and the App.php entry class. Inspired by Symfony's MakerBundle. Install as a require-dev dep.
0.1.2
2026-07-08 11:46 UTC
Requires
- php: ^8.4
- spora-ai/spora-core: *
- symfony/console: ^7.0 || ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- pestphp/pest: ^4.0
- phpstan/phpstan: ^2.0
- phpstan/phpstan-symfony: ^2.0
This package is auto-updated.
Last update: 2026-07-17 14:03:21 UTC
README
Scaffolder for the Spora project App — generates Tools, Controllers, and the
app/App.php entry class. Inspired by Symfony's
maker-bundle, scoped to the
project-local extension model introduced in Spora v0.5.
Documentation has moved to docs.spora-ai.com/develop/projects/scaffolding.
The content previously in this README has been migrated to the new docs
site. See the new docs site for the full reference on installation, the
make:* commands, conventions, and how to add a new make:* command.