manifest / integrations / data-importer
Data Importer & Visualizer
Receive JSON via REST API, store data per source, and display it with template tags via shortcode.
by Alingsas Kommun · github.com/alingsas-kommun/data-importer · website
★ 0stars
29composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/alingsas-kommun/data-importer/archive/refs/heads/main.zipAlso on Packagist as alingsas-kommun/data-importer:
composer require alingsas-kommun/data-importerFrom the readme
Data Importer & Visualizer
Receive JSON data via REST API, store it in custom database tables, and render it anywhere on your site with PHP templates and shortcodes.
Introduction
Data Importer & Visualizer is a WordPress plugin for teams that need to publish structured, frequently-updated data on a website without building a custom integration from scratch. You define one or more data sources, push JSON to a per-source REST endpoint, and display the records using flexible PHP templates rendered through a simple shortcode.
Typical use cases:
- Publishing real-time or scheduled data feeds (events, open data, listings, status boards).
- Bridging an external system (CRM, ERP, open-data API) with a WordPress front-end.
- Displaying tabular or card-based data that is maintained outside WordPress.
Requirements
| Requirement | Minimum |
| --------------- | ----------------------------------------------- |
| WordPress | 5.8 |
| PHP | 7.4 |
| MySQL / MariaDB | any version supported by your WordPress install |
No third-party services or
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.1 | Aug 24, 2026 |
| 1.0.0 | Aug 24, 2026 |
| 1.0.4 | Jun 15, 2026 |
| 1.0.3 | May 24, 2026 |
| 1.0.2 | May 12, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.