Getting Started with Composer

Your WordPress site likely involves a lot of third-party code that does not need to live in your Git repository. A dependency manager, like Composer, allows you to tie this third-party code into your work without adding it to your repo. Composer can be used in the context of your whole site or a single plugin or theme you are developing.

We’ll cover how to install Composer and start using it today.

Speaker