PHPackages                             adzadzadz/wp-plugin-framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. adzadzadz/wp-plugin-framework

ActiveLibrary[Framework](/categories/framework)

adzadzadz/wp-plugin-framework
=============================

Modern MVC framework for WordPress plugin development - Build professional plugins with clean architecture

v2.4.0(8mo ago)324GPL-2.0-or-laterPHPPHP &gt;=7.4CI failing

Since Aug 22Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/adzadzadz/wp-plugin-framework)[ Packagist](https://packagist.org/packages/adzadzadz/wp-plugin-framework)[ Docs](https://github.com/adzadzadz/wp-plugin-framework)[ RSS](/packages/adzadzadz-wp-plugin-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (9)Used By (0)

ADZ WordPress Plugin Framework
==============================

[](#adz-wordpress-plugin-framework)

> **Operation CWAL (Can't Wait Any Longer)** - Start building WordPress plugins RIGHT NOW with modern MVC architecture.

🚀 Why This Framework?
---------------------

[](#-why-this-framework)

**You're a developer. You love MVC. You hate WordPress's procedural chaos.**

This framework is for developers who:

- ✅ **Can't Wait Any Longer** to start building professional WordPress plugins
- ✅ **Love working with MVC architecture** instead of procedural spaghetti code
- ✅ **Want to start writing plugins immediately** without setup hassle
- ✅ **Demand modern PHP practices** in WordPress development
- ✅ **Need professional structure** for scalable plugin development

⚡ Operation CWAL - Instant Plugin Development
---------------------------------------------

[](#-operation-cwal---instant-plugin-development)

```
# Install via Composer (FASTEST)
composer create-project adzadzadz/wp-plugin-framework my-awesome-plugin

# Start coding IMMEDIATELY
cd my-awesome-plugin
```

**That's it. You're ready to build.**

🎯 Built for MVC Lovers
----------------------

[](#-built-for-mvc-lovers)

### Clean Controller Structure

[](#clean-controller-structure)

```
