That project contains all the tools necessary for generating bitcoin addresses with only PHP. It started as a simple effort to generate new bitcoin addresses in PHP but I decided to go that extra step and create a sort of private bitcoin payment gateway. It allows for generation of new addresses and confirmation of bitcoin transactions without having bitcoind installed on the server.
Or to provide a potentially simpler alternative solution, there's also the PHP Bitcoin Address Creator which is PHP script designed to execute a variant of the bitcoin-off-the-grid bash script. However the bash script has multiple dependencies so it's not exactly plug-and-play in all cases, and that's why I opted to design a pure PHP solution.
Man, where were all these implementations when I looked last week to see if it had been done? (mostly for curiousity, not a personal need at this point.) It's hard to search for, because "xyz php" always seems to match any page about "xyz" written in PHP. Anyways, Bitcoin SCI looks nice, and thanks for the RobKohr link too!
Edit: Oh, missed the fact that RobKohr's code is not actually native PHP, if that matters to people.