Blog and sites update
Today, I’m updated to WordPress 3.0 and we have problem with some libraries on hosting. I’m working on solution.
everyone has another best php framework
Today, I’m updated to WordPress 3.0 and we have problem with some libraries on hosting. I’m working on solution.
I’m add new results for ZF 1.0 – 1.9 today. I make some comparison in time from version 1.0 to 1.9. Now results are in frameworks table.
| Name | NOP | NOC | NOM | LOC | CLOC | NCLOC | ANDC | AHH |
|---|---|---|---|---|---|---|---|---|
| zend 1.0 | 180 | 1121 | 9125 | 241455 | 89791 | 151664 | 0.44 | 0.18 |
| zend 1.5 | 201 | 1588 | 12996 | 342798 | 129310 | 213488 | 0.51 | 0.19 |
| zend 1.6 | 210 | 1682 | 13563 | 341825 | 96132 | 245693 | 0.48 | 0.15 |
| zend 1.7 | 270 | 2117 | 17501 | 451953 | 171980 | 279973 | 0.53 | 0.18 |
| zend 1.8 | 313 | 2497 | 20744 | 530915 | 202305 | 328610 | 0.53 | 0.18 |
| zend 1.9 | 337 | 2771 | 23230 | 591220 | 225011 | 366209 | 0.54 | 0.19 |
Zend Framework 1.0

ZF 1.0 jdepend

ZF 1.0 pyramid
Zend Framework 1.5

ZF 1.5 jdepend

ZF 1.5 pyramid
Zend Framework 1.6

ZF 1.6 jdepend

ZF 1.6 pyramid
Zend Framework 1.7

ZF 1.7 jdepend

ZF 1.7 pyramid
Zend Framework 1.8

ZF 1.8 jdepend

ZF 1.8 pyramid
Zend Framework 1.9

ZF 1.9 jdepend

ZF 1.9 pyramid
From figures and table we can see how developers extended framework from 1.0 to 1.9. Number of classes grow from 1121 to 2771. AHH is on the some level and ANDC grows slowly. ANDC value 0.54 in ZF 1.9 is near high level value 0.57.
I’m add support for adding links to frameworks and I’m add my favorite links to Zend Framework. Please suggest your links to frameworks in comments.
I’m add twitter.com/php_frameworks at homepage.
For Internet Explorer, I’m add PNG version of images.
I use on Ubuntu for convert rsvg library.
for i in *.svg; do rsvg-convert $i -o `echo $i | sed -e 's/svg$/png/'`; done
DooPHP is tiny framework and this benchmark is Hello World benchmark, without source code and relevant data.
I take source code and make pdepend benchmark to code.
Benchmark between frameworks is hard way. Small frameworks are always fastest as big frameworks. Better compare compare frameworks in the time on the some example.
For good compare I think we need some methods how benchmark between frameworks look like.
Suggestion:
Questions:
Would you like add some framework?
Use comments or mail with this information.
Today I’m add update page with frameworks. Now include table with basic values from php depend. All data is from Juli 27 and I plan update 1 per month for now.
I add some partial support for IE, please report problems with pages into comments. Thanks
LP
Welcome to php framework site. I’m started this site Juli 24, 2009. Today I’m added wordpress blog and updated data about frameworks.
I have some plans about site, add some comparism and support for add new php frameworks.
I don’t have good support for IE on frameworks pages with SVG images. I worked on them.