kilinjal
Plugin for json data table from Rest end point
★ 0stars
11composer 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/gunabalans/kilinjal/archive/refs/heads/master.zipAlso on Packagist as kilinjal/kilinjal:
composer require kilinjal/kilinjalFrom the readme
Wordpress plugin to manage REST end point with JSON data into a tabular format.
The plugin will parse the JSON response and will use it to build and display an HTML table.
Add the following composer in the wp instllation directory and modify according to your need
{
"name": "netkathir/wordpress-appliction",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"type": "wordpress-application",
"homepage": "http://netkathir.com",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Gunabalans@yahoo.com",
"homepage": "http://netkathir.com/about/"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"kilinjal/kilinjal":"v1.1",
"php": "=5.6.20"
},
"extra": {
"installer-paths": {
"./wp-content/plugins/{$name}/": ["kilinjal/kilinjal"]
}
},
"autoload": {
"psr-4": {
"Kilinjal\\": "wp-content/plugins/kilinjal/"
}
}
}
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.