DataKit is a PHP-based abstraction
around @wordpress/dataviews
.
It provides an easy-to-understand way of composing DataViews
-based applications, with a set of default field types and
rendering.
DataKit/
βββ assets - Contains all the compiled JavaScript & CSS
βββ docs - Contains documentation for various parts of the plugin
βββ frontend - Contains all the compilables for JavaScript & CSS
βββ src - Contains all the PHP code and wrappers
βββ templates - Contains any default templates
βββ tests - Contains the unit tests for the PHP classes
DataKit is also built to be extended by you with ease. You can create your own DataSource
or invent your own Field
.
We have many docs available, including:
Visit docs.datakit.org for a whole lot more docs!
As a developer we'd love to hear from you. If you have ideas for features, or you found a bug, or just want to show off what you've create with DataKit; let us know!