initflex/wpframe

WordPress Plugin Framework - Create Your Own WordPress Plugins

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Type:project

2.1.5 2023-11-05 06:53 UTC

This package is auto-updated.

Last update: 2024-04-05 07:48:47 UTC


README

“Initflex” “”

The MIT License GitHub GitHub GitHub GitHub GitHub GitHub

About WPFrame

WPFrame is a small framework for building a plugin on the WordPress CMS by implementing the single-instance plugin method. WPFrame is created using the PHP programming language and published under the MIT open source license which can be used freely for redevelopment purposes.

WPFrame in its development uses external libraries and helpers from CodeIgniter 3, Laravel such as Blade, Eloquent and others. For that you can read the documentation from the official website of the two frameworks as well as the libraries and helpers that are in WPFrame.

The current development of WPFrame aims to assist development in making WordPress plugins quickly and easily and can be done in a structured manner with the MVC (Model-View-Controller) concept as well as MVC - FRC (Frontend-Routing-Controller).

WPFrame has WPFX (CLI Version) to run some simple commands to help in your Plugin build process.

Install with Composer

composer create-project initflex/wpframe wpframe

Documentation

You can see the documentation for the WPFrame project on the Official Initflex website Read the Documentation