ryaan-anthony / simple-content-builder
There is no license information available for the latest version (v1.0.0) of this package.
Simple content builder
Package info
github.com/ryaan-anthony/simple-content-builder
pkg:composer/ryaan-anthony/simple-content-builder
v1.0.0
2019-04-28 19:36 UTC
Requires
None
Requires (Dev)
- phpunit/phpunit: ^8
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:34:39 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