WP Lumen Plugin Framework
(Lumen Framework 9.0)
by Some Dev · github.com/maliffic/wp-lumen-plugin-framework · 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/maliffic/wp-lumen-plugin-framework/archive/refs/heads/master.zipFrom the readme
Fix this bug manually unti it's patched.
WP Lumen Plugin Framework Starter
This repository is an example of how to integrate Lumen Framework within a Wordpress Plugin.
Note:
Development of this repository has come to an end. But you are welcome to fork it and maintain your own version.
A Laravel Inspired Wordpress Plugin Framework built with Lumen Framework
WP Lumen Plugin Framework provides an architecture that allows rapid development of Wordpress plugins where speed and dexterity is preferred over native Wordpress methods. This codebase is built with Laravel's "Lumen" micro-framework.
Includes:
WP Models
Example Controllers, Widgets & Shortcodes
Vue.js Auth Components & Shortcodes
WordpressServiceProvider
Debugbar Integration
WP & Lumen Helpers
WpCron Integration (wee wiki example)
Database Table Mangement (wee wiki example)
Activate, Deactive, Uninstall Schema Integration
JSON Config Flat-File Store
Setup
Download this package and run in your terminal.
http://composer.org
Once you have run the composer installer, upload and "Activate" the plugin in your Wordpress installation.
Documentation
- https://github.com/bayareawebpro/wp-lumen-plugin-framework/wi