Getting Started - 3ev/wordpress-core GitHub Wiki
The Wordpress Core library provides a number of classes and useful helper functions that you can use throughout your application.
###Installation
Wordpress Core is installed via Composer. Just add the following to your composer.json:
{
"require": {
"3ev/wordpress-core": "~1.0"
}
}
or run:
$ composer require "3ev/wordpress-core:~1.0"
###Wordpress & Composer
There are some great resources out there on setting up Composer with Wordpress. You can check out this excellent blog post by Roots, or alternatively use their Bedrock stack or 3ev's own Wordpress Starter (which is setup and ready to go with Wordpress Core).