aubreypwd / wpkickstart

A great way to kickstart a new WordPress plugin or project.
9 stars 0 forks source link
boilerplates namespaces wordpress wordpress-boilerplate wordpress-development wordpress-framework wordpress-plugin wordpress-plugin-boilerplate wordpress-plugins wordpress-starter-framework wordpress-starter-plugin wp-plugin

wpkickstart

A great way to kickstart a new WordPress plugin or project.


Built and tested for PHP 5.6.20 through 7.2.0.

Installation →

Get more information on the Wiki →


Changelog

2.0.0

This release introduces a new concept that introduces mobility of things you build. It separates out services (think of these as features) and components (think of these as reusable things services use to do things) into services/ and components/.

The idea is that a service or a component (really just a folder of files) can have it's own classes, Javascripts, CSS, etc and each can move to other wpkickstart frameworks by moving their folder into the other one with minor code changes for it to work.

This should make the things you build in wpkickstart easily re-usable in other projects built on wpkickstart.

Backwards Compatibility

2.0.0 is somewhat backwards compatible with later versions, but you may have to group your classes that used to be in includes/ with a component or a service.


1.2

This minor release fixes a major issue with $app being in the global space and conflicts with other plugins using the same architecture. #5

1.1

This is based off of some of 1.0's uses in different projects and has been improved to be more stable!

1.0

This came directly from a breakdown of the WDS SSO plugin that used my app framework. It does not work perfectly and has issues that could be problematic, so please use a future version.