ryaan-anthony / simple-content-builder
Simple content builder
Installs: 22
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ryaan-anthony/simple-content-builder
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-09-29 02:00:15 UTC
README
Simple content builder.
This is not intended to be a profound feature. Just some POC code for an integrations project.
- Install the module
composer install
- Run the tests
composer test
- How to use
$model = new RyaanAnthony\ContentBuilder\HtmlModel;
$viewModel = new RyaanAnthony\ContentBuilder\HtmlViewModel($model);
$viewModel->getHtml();
Tested using PHP7.2