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.4
2026-08-02 07:46 UTC
Requires
- php: ^8.4
- spora-ai/spora-core: >=0.12.0 <2.0.0
- symfony/console: ^7.0 || ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- pestphp/pest: ^5.0
- phpstan/phpstan: ^2.2
- phpstan/phpstan-symfony: ^2.0
This package is auto-updated.
Last update: 2026-08-02 12:02:52 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.