manifest / integrations / third-party-users-display
Display Third Party Users
A simple package to display users in table on custom endpoint from third party API
by DRC Systems · github.com/rajumakwana/third-party-users-display · website
★ 0stars
12composer 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/rajumakwana/third-party-users-display/archive/refs/heads/master.zipAlso on Packagist as drcsystems/display-third-party-users:
composer require drcsystems/display-third-party-usersFrom the readme
Drc Systems Display Third Party Users
A simple wordpress plugin to display users in table on custom endpoint from third party API.
Installation
Plugin Installation
The plugin can be installed via Composer by the name drcsystems/display-third-party-users.
It means they can be installed by adding the entry to composer.json require-dev:
or via command line with: (From your wordpress root)
Plugin Requirements
- Php 5.6 or later
- Wordpress 5 or later
(The default target version is PHP 7.0+ and Wordpress 5.7)
Usage
Basic usage
When the plugin is installed via Composer, and dependencies are updated, everything is
ready and you can view the plugin in wp-admin under plugin where you need to activate it.
There are options that can be used to customise which can be found under Settings-Third Party Users in wp-admin
Configuration
After activating the plugin go to Settings-Third Party Users in wp-admin and change the Endpoint Slug if you want other wise the default value will be used.
Following API is used as default to display users:
(You can change the API but make sure your API has the same response structure as the default API)
Visit the page with your Endpoint Slug to
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.