I have been asked how to use my php2Bluesky library without having to install it using Composer. Given that this is a common request I thought that I would document it here.
Pros and Cons of Composer
Before we get into the specifics of using php2Bluesky without Composer let’s take a quick look at the pros and cons of using Composer. Feel free to skip this bit and go straight to how to use php2Bluesky without Composer!
Using Composer to install a package has several advantages over manually downloading the code and requiring it. Composer automates dependency management, … Read the rest