WP Manifestindependent plugin directory
manifest / integrations / disciple-tools-data-reporting-provider-aws

Disciple Tools - Data Reporting Custom Provider

AWS provider for Data Reporting Plugin

by cairocoder01 · github.com/cairocoder01/disciple-tools-data-reporting-provider-aws · website

0stars
1forks

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/cairocoder01/disciple-tools-data-reporting-provider-aws/archive/refs/heads/master.zip

Declares an update source (https://github.com/cairocoder01/disciple-tools-data-reporting-provider-sample), so updates arrive through the plugin's own updater.

Readme

Disciple Tools Data Reporting Provider Sample

Disciple Tools Data Reporting - Custom Provider facilitates the addtion of custom providers to the Disciple Tools Data Reporting plugin. This basic plugin starter has some of the basic elements to quickly launch a custom provider.

The starter plugin is equipped with:

  1. Wordpress style requirements
  2. Travis Continueous Integration
  3. Disciple Tools Theme presence check
  4. Remote upgrade system for ongoing updates outside the Wordpress Directory
  5. Multilingual ready
  6. PHP Code Sniffer support (composer) @use /vendor/bin/phpcs and /vendor/bin/phpcbf
  7. Starter Admin menu and options page with tabs.

Refactoring this plugin as your own:

  1. Refactor all occurrences of the name DT_Data_Reporting_Provider_Sample, dt_data_reporting_provider_sample, data-reporting-provider-sample, and Data Reporting Provider Sample with your own plugin
  2. Rename the `disciple-tools-data-reporting-provider-sample.php files.
  3. Update the README.md and LICENSE
  4. Update the translation strings inside default.pot file with a multilingual software like POEdit, if you intend to make your plugin multilingual.

Read the full README on GitHub →