Lately, I’ve been trying to write shorter, more focused on articles on particular topics, but there are times in which a longer article is warranted: Case in point: Using PHP and Composer in MAMP.
Before you get started reading this article, I’m assuming you have a couple of things:
- MAMP installed on your machine (it’s compatible with Windows now!)
- Time to read all that’s below
- Willingness to use the Terminal
- Coffee (or another drink, but seriously coffee) to read through all that’s below
It’s not that any of this is intimidating. I mean, if you’re completely inexperienced, there may be a bit of a learning curve, but I’m going to do what I can to break this down for you regardless of the level of experience you have.
Ultimately, the goal is to make it easier for you to write more modular code using third-party dependencies and with keeping things well-organized on your system and in your projects.

