WP Manifestindependent plugin directory
manifest / developer / cloud-video-player

Cloud Video Player

by Codeware Team · github.com/codeware-io/cloud-video-player · website

0stars
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/codeware-io/cloud-video-player/archive/refs/heads/master.zip

WordPress Plugin Scaffold

Easy to start plugin scaffold.

How to use

  1. Clone this repository
  2. Replace PLUGIN_NAMESPACE with your plugin namespace (ie My Cool Plugin mcp). For PHP namespace you can use MCP and small cases on other occation.
  3. Make sure you have composer installed in your machine. Then run composer dump-autoload
  4. Add all classes under lib/classes (follows psr-4 convension). Composer will automatically find classes. No tedious requires/includes are necessery.

License

GNU GENERAL PUBLIC LICENSE 2+