=== Loki CFR - Custom Field Repository === Contributors: dsteiner23 Tags: custom fields, advanced custom fields, orm Requires at least: 3.0.1 Tested up to: 4.8.3 Requires PHP: 5.6 Stable tag: 0.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html a custom Field repository that transforms Wordpress custom fields into an Object Relational Mapper (ORM). == Description == Technically, Loki provides an easy-to-use interface for generating, populating and reading custom fields based on custom PHP objects. Once you have created an object with some special property annotations, the plugin will do the rest. 1. Generation of custom fields, based on multiple providers 1. Mapping custom fields to custom objects 1. populating / reading custom fields by using setter/getter methods of your custom objects [Full README & Code Examples](https://github.com/dsteiner23/custom-field-repository) == Installation == 1. Upload "loki-custom-repository" to the "/wp-content/plugins/" directory. 1. Activate the plugin through the "Plugins" menu in WordPress. == Changelog == = 0.9 = * Initial release.