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!