Download the PHP package devgeniem/hkih-linkedevents without Composer
On this page you can find all versions of the php package devgeniem/hkih-linkedevents. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devgeniem/hkih-linkedevents
More information about devgeniem/hkih-linkedevents
Files in devgeniem/hkih-linkedevents
Package hkih-linkedevents
Short Description HKIH LinkedEvents related functionality
License MIT
Homepage http://geniem.com
Informations about the package hkih-linkedevents
WordPress Plugin HKIH\LinkedEvents
A boilerplate for creating WordPress plugins.
Features
- Composer setup for WordPress plugins
- PSR-4 autoloading
- Webpack build process for assets
- SCSS support
- ES6 support with Babel
- Asset minification
- Source maps
- Scripts structure and automatic enqueue process for both admin and public scripts and styles.
- Automatic plugin initialization with the singleton pattern.
Installation
The boilerplate plugin works as a WordPress plugin straight out of the box. To customize the plugin for your needs, you need to replace all texts related to the boilerplate and write proper descriptions into various files.
Replacements
To customize the plugin, do the following replacements:
- wp-plugin-boilerplate - Replace with a suitable name for the plugin directory name. This is also used as the package name in package.json.
- HKIH\LinkedEvents - Replace with a suitable name for the plugin namespace and the plugin class prefix. You must also refactor the plugin class filename for the autoloader to work.
- boilerplate() - Replace with a global function name. This function returns the plugin singleton.
- {{plugin-name}} - Replace with a proper plugin name to be displayed for your admin users.
- {{plugin-description}} - Replace with a text describing your plugin.
- {{text-domain}} - Replace with a text domain identifier.
Some texts are also related to Geniem. Search and replace Geniem related texts if necessary.
Contributing
Contributions are highly welcome! Just leave a pull request of your awesome well-written must-have feature.