News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Evert Pot's Blog:
Integrating with Zend's OpenID
August 19, 2008 @ 10:28:52

In a new blog post today Evert Pot shares some of his thoughts on integrating the Zend implementation of the OpenID protocol, Zend_OpenId, into his application.

The Zend Framework has a pretty good OpenID library. I was looking for a library written for PHP5 (strict), and this seemed like a good choice...

He mentions some of both sides of the argument - (the good) the flexibility of the library to work with different backend storage methods and (the bad) the requirements it has for the Zend Framework sessions system for authentication.

0 comments voice your opinion now!
zendframework openid integration flexible backend session requirement



Community News:
Identi.ca - a PHP-based Twitter clone
July 03, 2008 @ 09:34:20

According to the PHP::Impact blog, the PHP-based replacement for Twitter has finally arrived - identi.ca.

Identi.ca is a microblogging service. Users post short (140 character) notices which are broadcast to their friends and fans using the Web, RSS, or instant messages. It runs on the Free Software Laconica tool.

If you'd like to give it a shot you can register for an account of your own and start posting. It also supports OpenID authentication.

0 comments voice your opinion now!
twitter clone identica microblogging laconia gnu openid


Zend Developer Zone:
Getting Started with OpenID and PHP
June 05, 2008 @ 10:27:20

Vikram Vaswani has a new tutorial posted to the Zend Developer Zone today about integrating PHP with an OpenID system via a few helpful packages.

OpenID, a free, open-source framework for "single sign-on" across different Web sites and applications. The even better news? There already exist a bunch of PHP widgets that allow developers to easily integrate OpenID into a PHP application, and this article is going to show you how to use them. So what are you waiting for? Flip the page, and let's get going!

For those not familiar with the authentication method, he defines OpenID and shows how it can help with the "too many passwords, too many accounts" problem many users face. He uses the PHP OpenID Library and the Authentication::OpenID_Consumer PEAR package (as well as several other PEAR packages to help with the connections and message formatting). He builds two simple forms to use the service - one to authenticate a user and another to create a new account.

0 comments voice your opinion now!
openid tutorial connect authenticate myopenid pear package


Zend Developer Zone:
SourceForge Uses Zend Framework to Implement OpenID
May 14, 2008 @ 07:51:31

The Zend Developer Zone has come across an interesting face about the SourceForge website - it uses the Zend Framework to add OpenID functionality to its pages.

According to the press release from SF about their OpenID support:

OpenID is getting tremendous traction and we're happy to be jumping into it. it's bringing us back in touch with fresh web (2.0) technology. [...] We've spent the past couple weeks on it - integrating the Zend Framework OpenID component into our site code. we like the framework as a whole and I personally hope to use more of it in the future.

There might be a few kinks in the process, so if you're seeing issues with your OpenID working on their site, check out the FAQ they've posted to help.

0 comments voice your opinion now!
sourceforge zendframework openid support release component


Zend Developer Zone:
Lifting the Skirt on Zend Framework 1.5 Zend_Auth and the OpenId Adapter
February 21, 2008 @ 07:53:00

The Zend Developer Zone has posted a new look something recently added to the Zend Framework - support in the Zend_Auth component for OpenId connections.

Since there have been numerous tutorials written regarding Zend_Auth, I won't attempt to make a full tutorial on it. If you are curious, google around, you'll find them. Today though, I'd like to show you a cool new piece that has been added to Auth in Zend Framework 1.5, the new Zend_Auth_Adapter_OpenId.

Cal explains what the OpenID system is all about before getting into the code that uses it. He suggests MyOpenID as a provider to register at and includes the code to make a request to them to authenticate a username/password combo. The actual authentication check is only about three or four lines of code.

0 comments voice your opinion now!
zendframework zendauth component openid authenticate


Gergely Hodicska's Blog:
What is new in PHP 5.3 - Part 4
November 20, 2007 @ 09:38:00

Gergely Hodicska has posted part four of his "what's new in PHP 5.3" series - a sort of "wrapup" for some of the smaller features that have been added. Among them are:

  • __callStatic
  • OpenID support
  • user.ini user defined ini functionality
  • dynamic static calls
  • XSLT profiling

...and many more. Check out the post for more to add to the list and for some brief examples of the ones already mentioned.

0 comments voice your opinion now!
callstatic openid xslt profiling userini new php5 callstatic openid xslt profiling userini new php5


Padraic Brady's Blog:
PEAR OpenID support packages released
October 02, 2007 @ 13:44:00

Padraic Brady has posted about the release of three of his packages for OpenID functionality into PEAR:

After proposing these back in June/July (and getting held up by August's vacation!) I have gotten around to releasing three packages on PEAR which are required for an OpenID package later on.

His three packages are:

0 comments voice your opinion now!
pear openid package support servicesyadis crypthmac2 cryptdiffieHellman pear openid package support servicesyadis crypthmac2 cryptdiffieHellman


Padraic Brady's Blog:
OpenID In PHP PEAR Proposed!
July 26, 2007 @ 11:18:00

Padraic Brady has an announcement posted to his blog today - his OpenID PEAR has officially been proposed to the PEAR group for consideration.

Yes, my OpenID 2.0 PHP5 Consumer has finally been proposed to PEAR. This brings the OpenID fanaticism on PEAR to four packages: OpenID_Consumer, Services_Yadis, Crypt_HMAC2, Crypt_DiffieHellman.

He'll be working to get the code "further up to par" including Nonce validation, more consistent error reporting and other operation modes (like check_immediate). He's also included a screencast in the post for those not familiar with OpenID to get their first dose.

0 comments voice your opinion now!
openid pear component proposed consumer yadis crypt hmac2 diffiehellman openid pear component proposed consumer yadis crypt hmac2 diffiehellman


Pádraic Brady's Blog:
PHP OpenID 2.0 library for PEAR Updates
July 24, 2007 @ 12:53:00

Pádraic Brady has posted two new updates about his OpenID library for PEAR - one concerning the previous version being available from a subversion repository and the other about some updates to the source.

From the first post:

So after a few days throwing around code in an IDE, a small amount of swearing, and an overdose of caffeine, I have committed initial OpenID PHP5 code in it's shiny new PEARified form to subversion. What this means is that after a few more days of completion to work out major kinks, the PEAR-Dev mailing list will be notified of a new OpenID Consumer proposal ;-). A Server proposal will follow at a later date, i.e. when the dull ache in my forearms subsides. The repostory: http://svn.astrumfutura.org/pear/trunk/OpenID/

And, from the second post:

Just a quick update on the PHP OpenID 2.0 library being proposed to PEAR. The library is a PHP5 implementation of the OpenID 2.0 Authentication Specification. It's currently only including a Consumer (so you can build OpenID authentication into websites) but a Server is already in the works for later.

Be sure to check out both of these posts for lots more information than's presented here. Pádraic's worked hard on the package - check out the alpha code at http://svn.astrumfutura.org/pear/trunk/ to see just how much.

0 comments voice your opinion now!
pear openid library package subversion source pear openid library package subversion source


Pádraic Brady's Blog:
OpenID for PEAR Services_Yadis proposed
July 16, 2007 @ 10:26:00

Pádraic Brady notes in a new post today that his Services_Yadis package has been official proposed to the PEAR group:

This provides a PHP5 implementation of the Yadis Specification 1.0 a requirement of the OpenID Authentication 2.0 Specification. There are way too many specifications out there! The proposal is a reflection of February's "Zend_Service_Yadis" proposal to the Zend Framework. The main differences (beside the PEARification) were fixing the main bugs the ZF sample code had.

He also mentions his next proposal - to create an OpenID Consumer package.

0 comments voice your opinion now!
openid servicesyadis pear proposal consumer openid servicesyadis pear proposal consumer



Community Events











Don't see your event here?
Let us know!


package database mysql example zendframework zend ajax conference PEAR book releases job developer application code PHP5 cakephp release security framework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework