Dependancy management with Composer and WordPress

Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.

Here Tom will show you how to integrate Composer into WordPress for more robust development Workflows.