signifly / eventsource-generator
Code generation via yaml definitions
Fund package maintenance!
signifly.com/open-source/support-us
Requires
- php: ^7.4
- ext-json: *
- illuminate/support: ^7.0|^8.0
- nette/php-generator: ^3.3
- phpdocumentor/reflection-docblock: ^5.0
- symfony/yaml: ^3.2|^4.0|^5.0
Requires (Dev)
- eventsauce/eventsauce: ^0.8.0
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^4.3
- wnx/laravel-stats: ^2.1
This package is auto-updated.
Last update: 2024-10-04 17:27:08 UTC
README
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
Goals
- Generate events from yaml
- Generate commands from yaml
- Adapters to save resulting code per file, in a single file or something else
- Generate simple Value Objects from yaml?
- Allow multiple files so shared definitions are defined once
Installation
You can install the package via composer:
composer require signifly/eventsource-generator
Usage
// todo
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dev@signifly.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.