Skip to content

Commit

Permalink
Change user module to point to the new EdpUser
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Nov 11, 2011
1 parent dd4b061 commit ed8fee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Application/views/index/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<li><a href="https://github.com/mstaessen/zf2-doctrine-provider">DoctrineProvider</a> - Provides a very basic Doctrine 2.x integration. By <a href="http://www.michielstaessen.be/">Michiel Staessen</a>.</li>
<li><a href="https://github.com/SpiffyJr/SpiffyDoctrine">SpiffyDoctrine</a> - Provides simple and complete integration of Doctrine 2.x for your ZF2 application. Also provides validators such as EntityExists and NoEntityExists (for use by components like Zend\Form) as well as a Zend\Authentication adapter. By <a href="http://www.spiffyjr.me/">Kyle Spraggs</a>.</li>
<li><a href="https://github.com/Ocramius/ZfMongoDbOdm">ZfMongoDbOdm</a> - Provides a very simple integration of Doctrine MongoDB ODM 1.0.0RC1-DEV for ZF2 applications. By <a href="http://marco-pivetta.com/">Marco Pivetta</a>.</li>
<li><a href="https://github.com/EvanDotPro/zf2-user-module">User Module</a> - Provides a very simple authentication and registration system. By <a href="http://blog.evan.pro/">Evan Coury</a>.</li>
<li><a href="https://github.com/EvanDotPro/EdpUser">EdpUser</a> - Provides a very simple and customizable user authentication and registration system. The goal is to support Doctrine2.x (using SpiffyDoctrine) _AND_ Zend\Db out of the box. By <a href="http://blog.evan.pro/">Evan Coury</a>.</li>
<li><a href="https://github.com/EvanDotPro/EdpMarkdown">EdpMarkdown</a> - Uses the <a href="http://michelf.com/projects/php-markdown/">PHP Markdown</a> parser to provide a very simple markdown view helper. By <a href="http://blog.evan.pro/">Evan Coury</a>.</li>
<li><a href="https://github.com/DASPRiD/Bacon">Bacon</a> - Provides a unidecoder/slugifier, as well a as a PHP port of 'highlight'. By <a href="http://www.dasprids.de/">Ben Scholzen</a>.</li>
<li><a href="https://github.com/EvanDotPro/zf2-guestbook-module">Guestbook Module</a> - Provides very simple Guestbook functionality. By <a href="http://weierophinney.net/matthew/">Matthew Weier O'Phinney</a>.</li>
<li><a href="https://github.com/EvanDotPro/zf2-guestbook-module">Guestbook Module</a> - Provides very simple Guestbook functionality. Built as a demo for the zf-quickstart. By <a href="http://weierophinney.net/matthew/">Matthew Weier O'Phinney</a>.</li>
</ul>
</div>
</article>

0 comments on commit ed8fee6

Please sign in to comment.