Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.
Ben Constable edited this page Apr 11, 2016 · 4 revisions

Wordpress Core is a utility belt for modernizing the way you build Wordpress plugins and themes.

In a nutshell, it provides:

###Why use this library?

Wordpress Core doesn't try to change the way Wordpress works like some other Wordpress utility libraries. Rather, it sticks to the 'Wordpress way' of doing things whilst integrating ideas from modern PHP frameworks like Symfony and Laravel. It also aims to provide a set of conventions that will simplify working with code from other developers and teams.

Clone this wiki locally