This repository was archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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:
- An object-oriented model layer for interacting with Wordpress entities
- An object-oriented interface to data created with the Advanced Custom Fields (ACF) plugin
- A set of conventions and utilities for building and structuring plugins
- Improved templating and some useful templating utilities
- A Dependency Injection container for managing your code
###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.
3ev - Wordpress Core | http://www.3ev.com