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.zipDeclares 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:
- Wordpress style requirements
- Travis Continueous Integration
- Disciple Tools Theme presence check
- Remote upgrade system for ongoing updates outside the Wordpress Directory
- Multilingual ready
- PHP Code Sniffer support (composer) @use /vendor/bin/phpcs and /vendor/bin/phpcbf
- Starter Admin menu and options page with tabs.
Refactoring this plugin as your own:
- Refactor all occurrences of the name
DT_Data_Reporting_Provider_Sample,dt_data_reporting_provider_sample,data-reporting-provider-sample, andData Reporting Provider Samplewith your own plugin - Rename the `disciple-tools-data-reporting-provider-sample.php files.
- Update the README.md and LICENSE
- Update the translation strings inside
default.potfile with a multilingual software like POEdit, if you intend to make your plugin multilingual.