sypherlev / unfold
Additional code generator for use with the Chassis framework
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sypherlev/unfold
Requires
- php: >=7.0
- sypherlev/chassis-core: @dev
- vlucas/phpdotenv: ^2.2
Requires (Dev)
- pds/skeleton: ~1.0
- phpunit/phpunit: 5.7.*
This package is auto-updated.
Last update: 2025-10-07 05:58:44 UTC
README
Unfold is a code generator used to create new business domain sections for use in the Chassis framework.
Usage
From the project root, run:
bin/unfold <section_name> <type>
Architect will attempt to generate Action, Service, and Responder class files of the correct type in /src/Domain/<Section_name>
.
<type>
must one of the following: cli
, web
, or api
.