fsi-open / resource-repository-bundle

Simple key-value resource repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource Repository Bundle

This bundle provides an easy and extendible way of creating various editable resources. Be it simple or formatted text, an image, a PDF file or a number value, you can use one of the predefined types to handle it's database storage and displaying in template. Should you require to, you can define your own types.

Basically, this bundle exists so you do not have to create dedicated entities for simple content.

In order to access and modify said resources, you will have to use the Repository/Repository class (registered as a service). It will automatically fetch, save and handle the values conversion.

For displaying the values in templates, the bundle is integrated with Twig templating language.

All of the above are described in detail in the documentation linked below.

Build Status:
Build Status - Master
Build Status - 1.0

Latest Stable Version

Code quality: Scrutinizer Quality Score

Documentation:

About

Simple key-value resource repository

License:MIT License


Languages

Language:PHP 99.8%Language:Twig 0.2%