Many applications such as Laravel rely on Redis for tasks, so having a local Redis instance running for local development is a great idea. But in order to best communicate with Redis you will need the PHPRedis package installed locally. I ran into a handful of problems getting it installed locally, here is the best steps I learned.