Posts marked with “dependency”

Getting Out of PHP Dependency Hell With Composer

by · January 24, 2023

0
 

In the darker days of web application development, we essentially had two options for working with dependencies. The first is that we could put all the dependencies in a directory of our application and use them from there. This worked but could cause our application to balloon in size. The other option was to rely […]