Wp Lumen Plugin Framework

screenshot of Wp Lumen Plugin Framework
vue

Laravel (Lumen) Powered Wordpress Plugin Boilerplate

Overview

The WP Lumen Plugin Framework is a Wordpress plugin that integrates the Lumen Framework, providing a Laravel-inspired architecture for rapid development of Wordpress plugins. This codebase is built with Laravel's "Lumen" micro-framework.

Features

  • WP Models
  • Example Controllers, Widgets & Shortcodes
  • Vue.js Auth Components & Shortcodes
  • WordpressServiceProvider
  • Debugbar Integration
  • WP & Lumen Helpers
  • WpCron Integration (wee wiki example)
  • Database Table Management (wee wiki example)
  • Activate, Deactivate, Uninstall Schema Integration
  • JSON Config Flat-File Store

Summary

The WP Lumen Plugin Framework is a powerful tool for developers who want to build Wordpress plugins using the Lumen Framework. It offers a range of features and integrations that enhance the speed and flexibility of development. Although the development of this repository has ended, users are encouraged to fork it and maintain their own version. The documentation provides further information on how to utilize this framework effectively.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.