Composer: Getting Started
Course info



Course info



Description
At the core of PHP development is a deep understanding of how to leverage existing code to speed up your own development. In this course, Composer: Getting Started, you will learn how to find and include third-party code using Composer. This will dramatically improve your time-to-market by allowing you to use best-of-breed software to solve common problems. First, you will learn how to include third-party code. After that, you'll take on learning how to manage internal dependencies. You'll finish up the course with an understanding of how to autoload your own code with Composer. When you are finished with this course, you will have a thorough understanding of one of the key tools in the PHP ecosystem: Composer. Software required: PHP.
Section Introduction Transcripts
Course Overview
Hi everyone, my name is Jonathan Klein, and welcome to my course, Composer: Getting Started. I am a Director of Engineering at Wayfair. Composer is the most widely-used dependency manager and autoloader for PHP, and it is a robust, modern tool that should be used in all PHP projects. This course is a quick introduction to Composer, and no prior knowledge of Composer is necessary. Some of the major topics that we will cover include installing Composer and using it for the first time, autoloading your code with Composer, including third-party dependencies, and publishing your own packages so other people can use them. By the end of the course, you will know the basics of Composer and be ready to use it in existing projects or brand new ones. You will feel comfortable with all of the core use cases for Composer, and you'll pick up some advanced tips along the way. Before beginning the course, you could be familiar with the basics of PHP development. I hope you'll join me on this journey to learn PHP, with the Composer: Getting Started course at Pluralsight.