This plugin is a companion plugin to a talk given at WordCamp Atlanta 2017. It's explained in further detail in this article and this slide deck.
Once you install the plugin and click activate, you should see two notices appear at the top of your administration screen.
There's no other functionality than this as its meant purely for the purposes of how to use namespaces and autoloading.
- Upon activation, the plugin will display a message at the top of your administration screen.
- The messages that you should indicate the autoloader was successful in locating and loading the files.
- Navigate to the 'Add New' Plugin Dashboard
- Select
namespaces-and-autoloading-in-wordpress.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
- Extract
namespaces-and-autoloading-in-wordpress.zip
to your computer - Upload the
namespaces-and-autoloading-in-wordpress.zip
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins Dashboard
For information about changes related to the project, be sure to review the CHANGELOG.
The complete article for this plugin can be read on my blog.