Search code examples
phpfederated-identity

PHP solution to do Google federated login easily?


I see stackoverflow's login system and love the simplicity of clicking one button to log in using Google gmail account.

Is there something available for PHP? I know there's solutions out there for Django and others. But would like a PHP solution.

Thanks!


Solution

  • What you are referring to is actually just OpenID.

    Take a look at this post: http://devzone.zend.com/article/3581 or similar.