content-snippets provides entities, repository and common code for admin-editable snippets to be displayed on a site.
This isn't in packagist yet : you'll need to add our package repository to your composer.json:
{
"repositories": [
{"type": "composer", "url": "https://php-packages.ingenerator.com"}
]
}
$> composer require ingenerator/content-snippets
Contributions are welcome but please contact us before you start work on anything : this is primarily an internally-focused package so we may have particular requirements / opinions that differ from yours.
This package has been sponsored by inGenerator Ltd
- Andrew Coulton acoulton - Lead developer
Licensed under the BSD-3-Clause Licence