Lightweight PHP library alternative to common frameworks - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T05:24:58Z http://stackoverflow.com/feeds/question/678284 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/678284/lightweight-php-library-alternative-to-common-frameworks 8 Lightweight PHP library alternative to common frameworks artarad 2009-03-24T16:54:30Z 2009-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#678302 6 Answer by Phill Sacre for Lightweight PHP library alternative to common frameworks Phill Sacre 2009-03-24T16:58:36Z 2009-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#678306 7 Answer by Björn for Lightweight PHP library alternative to common frameworks Björn 2009-03-24T17:00:15Z 2009-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#678324 3 Answer by vartec for Lightweight PHP library alternative to common frameworks vartec 2009-03-24T17:05:50Z 2009-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#678365 4 Answer by Blaz for Lightweight PHP library alternative to common frameworks Blaz 2009-03-24T17:17:02Z 2009-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#678395 5 Answer by Sepehr Lajevardi for Lightweight PHP library alternative to common frameworks Sepehr Lajevardi 2009-03-24T17:25:26Z 2009-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#678464 1 Answer by Vasil for Lightweight PHP library alternative to common frameworks Vasil 2009-03-24T17:40:23Z 2009-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#678738 2 Answer by Laran Evans for Lightweight PHP library alternative to common frameworks Laran Evans 2009-03-24T18:56:44Z 2009-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>