Skip to content

Database-backed content snippets for editable site sections

License

Notifications You must be signed in to change notification settings

ingenerator/content-snippets

Repository files navigation

content-snippets provides entities, repository and common code for admin-editable snippets to be displayed on a site.

Installing content-snippets

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

Contributing

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.

Contributors

This package has been sponsored by inGenerator Ltd

  • Andrew Coulton acoulton - Lead developer

Licence

Licensed under the BSD-3-Clause Licence