A set of utilities for handling and consuming data sources for ECApi from within a WordPress installation
To build the project you will need to have Bower and Composer installed. At the risk of stating the obvious, this is because this package does not come with the PHP and JavaScript dependencies of the project bundled with it.
To run the project after building it, you will need a WordPress 4 installation (so far only version 4.3 has been tested), and by extension a *AMP stack.
From within the root dir of the project:
$ cd plugins/ecapi
Then, assuming Composer is installed either there or globally on your system:
$ php composer.phar install
The above command will also run Bower automatically as a post-install hook.
Finally, stage the whole ecapi
directory into the wp-content/plugins
of your WordPress.