31
Jan
PHP httplib
We’ve been working on our central authentication service at Curse lately, so we just began porting it’s libraries to PHP. We plan to deploy it across all sites (specifically the vBulletin forum sites) very soon.
In order to achieve a working library in PHP, we needed some HTTP utilities. We didn’t want to create dependencies with cURL, so I wrote a lightweight replica of the Python httplib (currently with no SSL).
For the curious, you can grab the source at Google code.
Also it seems recently they updated the source browser for Google code, check that out while you’re there
