Lightweight PHP library alternative to common frameworks - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T05:24:58Zhttp://stackoverflow.com/feeds/question/678284http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks8Lightweight PHP library alternative to common frameworksartarad2009-03-24T16:54:30Z2009-03-24T18:56:44Z
<p>Hi hi,
I'm looking for a easy to learn php library to use for my coming web app project.
I've recently finished a web app with fully handwritten raw php code and it's absolutely hard to be done again for another project.<br />
even though I have the recent project code snippets to be used again, but due to their non-structural arrangement (not object oriented), i have no passion to use 'em again.<br />
I have no experience with common frameworks like ZF, CakePhp, CodeIgniter, so I think to get my hands on a multipurpose OO library for my web app and the framework learning will be the next step! any suggestion?</p>
<p>UPDATE:<br />
Many thanks guys, I have not enough time to get through the depth of every lib or framework you have kindly introduced. Since I'm going one step further I'm going to use ZF as famous framework which could provide me more job opportunities perhaps. thankssss :)</p>
http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks/678302#6783026Answer by Phill Sacre for Lightweight PHP library alternative to common frameworksPhill Sacre2009-03-24T16:58:36Z2009-03-24T16:58:36Z<p>CodeIgniter is very lightweight and flexible. But if you're using PHP5 you might want to check out <a href="http://kohanaphp.com/" rel="nofollow">Kohana</a>, which is a PHP5 fork of CodeIgniter and takes advantage of some of PHP5's features.</p>
http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks/678306#6783067Answer by Björn for Lightweight PHP library alternative to common frameworksBjörn2009-03-24T17:00:15Z2009-03-24T17:00:15Z<p>Even thou you said lightweight, I suggest you get started with Zend Framework. You don't have to use all the ZF libraries, just go with the basic ones and get acquainted with the ones you think can ease your development process. It's easy to get started as well.</p>
http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks/678324#6783243Answer by vartec for Lightweight PHP library alternative to common frameworksvartec2009-03-24T17:05:50Z2009-03-24T17:05:50Z<p>What do you exactly mean by lightweight?</p>
<p>Well, anyways I'd recommend you reconsider Zend Framework. There is nice <a href="http://framework.zend.com/docs/quickstart" rel="nofollow">quickstart document</a>. As ZF is so complete, you don't loose any time on reinventing the wheel and can roll out new products within days. Also you have to take in account that it's the most popular framework and the only one with support from Zend Technologies. So it's likely that it'll stay on the market. With other you can't really be sure. </p>
http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks/678365#6783654Answer by Blaz for Lightweight PHP library alternative to common frameworksBlaz2009-03-24T17:17:02Z2009-03-24T17:17:02Z<p>Look into <a href="http://www.yiiframework.com/about/" rel="nofollow">Yii Framework</a> its PHP5 only, relatively new but I believe the authors (who wrote other frameworks before this one) took the best of all worlds and baked it into Yii.</p>
http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks/678395#6783955Answer by Sepehr Lajevardi for Lightweight PHP library alternative to common frameworksSepehr Lajevardi2009-03-24T17:25:26Z2009-03-24T17:25:26Z<p>Actually I do recommend ZF, too. but you can consider these resources anyways: <a href="http://tiago.zusee.com/code/nicedog/" rel="nofollow">Nice Dog</a>, <a href="http://konstrukt.dk/" rel="nofollow">Konstrukt</a>, <a href="http://www.doctrine-project.org/" rel="nofollow">Doctrine</a> (ORM), <a href="http://www.coughphp.com/" rel="nofollow">CoughPHP</a> (ORM) and <a href="http://www.yiiframework.com" rel="nofollow">Yii framework</a> ofcourse.
As a note I think that the learning process of CakePHP is easier than ZF but as the others said ZF has an another story ;)</p>
http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks/678464#6784641Answer by Vasil for Lightweight PHP library alternative to common frameworksVasil2009-03-24T17:40:23Z2009-03-24T17:40:23Z<p>I've heard nice things about <a href="http://kohanaphp.com/" rel="nofollow">Kohana</a>, it's supposed to fit the lightweight profile.</p>
http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks/678738#6787382Answer by Laran Evans for Lightweight PHP library alternative to common frameworksLaran Evans2009-03-24T18:56:44Z2009-03-24T18:56:44Z<p>I've written a super! simple framework called Penny. It's as lightweight and easy to learn and use as anything you'll find. It gives you clean URLs and the ability to do a lot of the basic things you want from a framework. It also has as shallow a learning curve as any tool I've ever used though. Worth a look.</p>
<p>Check it out:
<a href="http://www.laranevans.com/software/penny/" rel="nofollow">http://www.laranevans.com/software/penny/</a></p>