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.zipWordPress Plugin Scaffold
Easy to start plugin scaffold.
How to use
- Clone this repository
- Replace
PLUGIN_NAMESPACEwith your plugin namespace (ie My Cool Pluginmcp). For PHP namespace you can useMCPand small cases on other occation. - Make sure you have composer installed in your machine. Then run
composer dump-autoload - Add all classes under
lib/classes(followspsr-4convension). Composer will automatically find classes. No tediousrequires/includesare necessery.
License
GNU GENERAL PUBLIC LICENSE 2+