Using Composer With WordPress

Do you know what Composer is? Do you use it? Take some time to tune in and learn all the benefits of Composer and how easy it is to install and set up.

In this session, you’ll learn how Composer, a command-line dependency management tool designed for PHP, can help you simplify new project creation, minimize duplication of code in your project repositories, quickly install and update plugins and themes in bulk, manage versioning within your project, and follow best practices when managing code for your projects

What You’ll Learn

  • Overview of Composer
  • Benefits of using Composer
    • Eliminated duplication
    • Consistent versioning
    • Reusable code
    • Automatic package installation
    • Bulk package updates
    • Class and file autoloading
    • Recursive dependencies
    • Package discovery
  • How to install and set up Composer
  • How to use Composer