OpenID component for CakePHP
OpenID component is CakePHP component to make it easier to integrate OpenID into your applications. It requires PHP5 and CakePHP 1.2/1.3, and it depends on the (open source) PHP OpenID library by JanRain. This component need the curl and openssl extensions are enabled in your PHP installation, or else OpenIDs using https (e.g. Google’s OpenID) will cause an “Invalid OpenID” error.
Please note that the PHP OpenID library doesn’t yet work on PHP 5.3, though a modified version by Miguel Santirso seems to work.
Download: http://code.42dh.com/openid/
License: MIT license.