Installing phpDocumentor

I wanted to create documentation for my most recent PHP project.  My code was all set and in a form that it should be in – I just needed a way to generate the docs.  I considered two options: phpDocumentor ApiGen Ended up going with phpDocumentor because it...

Installing PEAR on Windows 8

PEAR is the PHP Extension and Application Repository.  It’s basically an add-on to PHP that has a bunch of frameworks that are available.  You can read more about it at the official site. Getting PEAR onto my system was not obvious.  I came across two articles...