Keeping external libraries current and organized can be a tedious and risky task. Converting those libraries from embedded inside a codebase to being included via Composer is a clean and efficient solution. Learn how to migrate and autoload those libraries, use the composer.json and composer.lock files, find new libraries, and run Composer commands. Use what you learn to clean and organize your codebase to make it easier to maintain, and more lean and better to work with.

Comments

Comments are closed.

Kirt Jeppson at 14:44 on 24 Oct 2017

Very Insightful.

Shelley Evans at 15:23 on 24 Oct 2017

Great intro to composer

matthew hill at 06:53 on 26 Oct 2017

well thought out introduction to composer and the potential to clean up a repo