Adding Composer dependency management to WP CLI.
Allows you to install update composer packages inside of all of your WordPress plugins and themes..
This package uses great piece of software called WP-CLI.
It provides command line interface for WordPress management.
We are plugin providing Composer of WP CLI..
It's the greatest thing to happen to the web since GIFs, Drop Shadows and dancing cats.
Composer is JSON-based dependency manager for PHP.
Sadly, I'm building this out and I'm trying to make some WP-CLI and Composer integration.
You just create simple composer json file like you would with any Composer project.
From there, wp-composer will interface with each plugin theme that has composer support and it will generate the autoload files, too..
Read more