Greqo 4 Released

Greqo is a PHP project I started a couple years back for Google’s services. It was an extension of a Blogger API I had written in PHP. I extended it to include Gmail and Google Analytics. I took some time this year to clean it up and recently released Greqo 4. It’s not really the 4th version. More like the 2nd. The 4 signifies full compatability with PHP 4.

For more information on usage, I recommend the unit and acceptance tests that come packaged with the source code.

There are probably better PHP libraries for Google’s Data APIs (e.g. the Zend Framework.) PHPMailer, upon which my Gmail library was built, now supports Gmail natively. Google Analytics now has an export API. And PHP 4, of course, has reached the end of its life.

But Greqo 4 runs on PHP 5. And if you need a PHP 4 implementation of these Google APIs, well then here you are:

Download: Greqo 4 Release for Google Mail, Blogger, and Analytics

Going forward, the Greqo library will abandon complete PHP 4 compatibility and focus on PHP 5 and, eventually, PHP 6.