<Marc Qualie/>

Installing CURL on Ubuntu with PHP5

This is a quick post explaning how to quickly install the CURL module on PHP5 in preperation for my next few posts. Below is the code to run from the command line. Please make all your packages are up to date and upgraded to the latest version before continuing. This isn't essential, but I always reccomend doing this before installing new software. Now the actual code.

sudo apt-get install php5 openssl php5-curl

I included openssl above, too. This is because you may want to do requests to https resources and this is required to do so. I realise this post is short and sweet, but please be assured it's only a pre-post for what is to come in the next few days.

If you have any questions about this post, or anything else, you can get in touch on Twitter or browse my code on Github.