OpenID Integration PHP

OpenID PHP Integration

I think you know the use of OpenID. Else go here and learn

http://en.wikipedia.org/wiki/OpenID
http://openid.net/what/
http://openiddirectory.com/

In a nutshell, the OpenID technology makes life simpler by having only one username and password to remember – yahoo OpenID tour

Here the php source code for integrating your site with OpenID. If you have a website which has user login / signup options , you can also add openID authentication so that user can login into your site with there OpenID

php-openid-2.0.zip

OpenID Integration PHP

(tested in windows. read the README file before installing. set $store_path = “/tmp” to a directory according to OS)

Visit this url: http://openidenabled.com/ for other languages (phython, ruby etc)

7 Comments , , , ,

7 Responses to “OpenID Integration PHP”

  1. Roshan Bhattarai June 2, 2008 at 12:32 am #

    hey thanks for sharing this…..your blog really contains very useful code of PHP….I’m really happy to come here.. and which made me to add you in my google reader…

  2. Pritush December 27, 2009 at 8:52 am #

    this seems to be pretty nice code, for wordpress comment system like disqus make easy to integrate openid

  3. Nidhi Sharma February 18, 2010 at 12:22 pm #

    This is not working for me. I am getting the following error:

    Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in E:\Office\Projects\PHP\wamp\www\public\openid\try2\Auth\OpenID\CryptUtil.php on line 54

  4. Maan May 8, 2011 at 11:30 pm #

    Hi,

    I am unable to download your code. Can you please share the right link

    Thanks

    Maan

  5. dhanesh June 16, 2011 at 1:37 pm #

    Unable to download the sample source code http://www.sajithmr.com/downloads/php-openid-2.0.zip

    404 error
    Any other url’s to download

  6. Syam October 31, 2011 at 10:37 am #

    Hi,

    Cant download the file. Can you please update the download link.

  7. Mr Me October 31, 2011 at 11:32 pm #

    Hi, I updated the download link, now it works. If you ever see a link 404 with sajithmr.com, please try replacing “.com” with “.me”

Leave a Reply

More in Downloads, php, php source code, webworld (103 of 162 articles)


Wordpress theme is merely a folder which is to be placed in wp-content folder of wordpress hierarchy . The ...