2017 © Pedro Peláez
 

library wpplug

WPPlug Framework

image

labgua/wpplug

WPPlug Framework

  • Tuesday, September 5, 2017
  • by labgua
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WPPlug

WPPlug is a minimal framework for create WordPress Plugin. The development is inspired by the main use-cases defined by the book Building Web Apps with WordPress written by Brian Messenlehner and Jason Coleman, along with the basic filosofy of Symfony, (*1)

In particular the is promoted the use of MVC in the frontend, via the shortcode, and in the backend, with the definitions of page., (*2)

This would be abstract the layer for developing, but not too much! In fact, for integrate old and new methodologies of PHP apps, the MVC is based on the "FrontController" that require control files : in that files the developer is free to use flat php, a "Controller" with Twig (proposed), or other..., (*3)

The Plugin is thinked (somehow) as a Component and is composed of Component. So a plugin could contains other plugin., (*4)

The Versions

05/09 2017

dev-master

9999999-dev

WPPlug Framework

  Sources   Download

GPL-3.0

The Requires