WP MVC

WP MVC is a WordPress plugin that allows developers to use a MVC framework to create plugins. It is a full-fledged framework with architecture that's similar to that of CakePHP or Ruby on Rails. Developers can consequently use it to rapidly build sites that take advantage of both WordPress's large native functionality and all of the many advantages of an MVC framework.

WordPress supports a number of specific content types natively, but setting up custom post types and all of the necessary related functionality (public views, administrative management, associations, etc) is typically more time-consuming than doing the equivalent work in an MVC framework. The resulting code and database structure is significantly less graceful than the MVC equivalent, too.

WP MVC fills this gap. The basic idea is that you create an app/ directory that contains a file structure similar to other MVC frameworks (controllers/, helpers/, models/, views/, etc) and set up models, views, and controllers just as you would in other frameworks. WP MVC runs this code in the context of WordPress (i.e. you can still use all of WordPress's functionality inside of app/). Since WordPress already provides an administrative system, admin actions and views in app/ are run in that context, with WP MVC adding all of the necessary WordPress actions and filters to make this possible without the developer needing to lift a finger. An Administration Menu is automatically created for each model, but it can be customized or omitted.

For more extensive documentation, and to see what WP MVC is capable of, please visit wpmvc.org.

If you'd like to grab development releases, see what new features are being added, or browse the source code please visit the GitHub repo.

Tina MVC

Tina MVC provides you with base classes and helper classes and functions on which you build your WordPress applications. It uses a lose model view controller pattern to abstract design and logic and make life easier for you and your HTML designer....

Similar: 50%

LMB^Box WordPress Plugin API

A WordPress Plugin API class that allows plugin developers to have a standard management class for their plugin. All options and menu pages are handled through the plugin api class. I have included a test plugin to demonstrate usage of the API. More documentation will come ......

Similar: 43%

uWebic wordpress framework

A framework to ease up the process of developing new plugins for wordpress. This plugin is therefore mainly for developers!...

Similar: 43%

WordPress Plugin Framework Reloaded

First of all, this is a plugin made for plugin developers. User have to install it ONLY if someone's plugin requires it. Said that we must issue a disclaimer about WordPress Plugin Framework Reloaded....

Similar: 38%

Sunrise

Sunrise is an opensource and OOP-based WordPress plugin framework. It was designed to speed up plugin deployment, together with sufficient functionality. This great framework allows you to create powerful options pages with just a few lines of code....

Similar: 22%

YD WordPress Plugins Framework

Create new plugins quickly This simple plugin development framework makes it super easy to create sophisticated custom plugins and widgets for WordPress 2.9+. Please be aware that this is just an empty framework: when installed "as-is", the plugin will not do anything. It is just a base toolkit o.........

Similar: 20%

Hikari Tools Framework

Hikari Tools Framework isn't a plugin with features for the end user. It's a development framework with tools to be used by other plugins, so that they don't need to duplicate the same code over and over again. It deeply decreases plugins development time, specially in building options pages. For t.........

Similar: 14%

Wixiweb FirePHP Queries

Use Firebug with FirePHP to analyze the SQL queries made by WordPress. Ideal for development and avoid performance issues. ...

Similar: 12%

WP Cron Cleaner

"WP Cron Cleaner" is a useful plugin to view the list of all your scheduled tasks. Indeed, your site may contain some orphan scheduled tasks that should be cleaned. "WP Cron Cleaner" plugin will display all your tasks so you can identify those that should be cleaned. Moreover, you will be able to se.........

Similar: 7%

BulletProof Security

BulletProof Security Feature Highlights One-Click Setup Wizard jQuery UI Dialog Form Uninstall Options: BPS Pro upgrade uninstallation or complete BPS plugin uninstallation .htaccess Website Security Protection (Firewalls) Login Security & Monitoring Idle Session Logout (ISL) Auth Cookie Expir.........

Similar: 2%