tags:

views:

107

answers:

2

I am using OpenID in our website but yahoo id is not verified. And from other OpenID I am not getting user detail so that I can store in the database.

+3  A: 

Check this link about Simple OpenID PHP Class: http://www.phpclasses.org/package/3290-PHP-Authenticate-users-with-OpenID-single-sign-on.html

dejavu
+1  A: 

I'd recommend LightOpenID.

Another answer suggested SimpleOpenID, but it supports only OpenID 1.1 (so you won't be able to authenticate with google, for example), and is designed for PHP4.

Mewp