Blog and sites update

28 June, 2010 (11:25) | Support | By: admin

Today, I’m updated to WordPress 3.0 and we have problem with some libraries on hosting. I’m working on solution.

Zend Framework in time

17 September, 2009 (12:51) | frameworks | By: admin

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 jdepend

ZF 1.0 pyramid

ZF 1.0 pyramid

Zend Framework 1.5

ZF 1.5 jdepend

ZF 1.5 jdepend

ZF 1.5 pyramid

ZF 1.5 pyramid

Zend Framework 1.6

ZF 1.6 jdepend

ZF 1.6 jdepend

ZF 1.6 pyramid

ZF 1.6 pyramid

Zend Framework 1.7

ZF 1.7 jdepend

ZF 1.7 jdepend

ZF 1.7 pyramid

ZF 1.7 pyramid

Zend Framework 1.8

ZF 1.8 jdepend

ZF 1.8 jdepend

ZF 1.8 pyramid

ZF 1.8 pyramid

Zend Framework 1.9

ZF 1.9 jdepend

ZF 1.9 jdepend

ZF 1.9 pyramid

ZF 1.9 pyramid

Conclusion

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.

Framework external links added!

2 August, 2009 (12:48) | Support | By: admin

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.

IE support added!

31 July, 2009 (10:52) | Support | By: admin

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 framework added!

30 July, 2009 (11:55) | frameworks | By: admin

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:

  1. I make submission for application. Some use cases with sequence diagrams  for all frameworks.
  2. Some teams from developers make testing application in all frameworks and we start benchmarking.

Questions:

  1. How large make testing application?
  2. How get good and skilled developers in each framework?

Would you like add some framework?

  1. I need URL website,
  2. URL SVN repository (better)
  3. Name
  4. RSS (optional)

Use comments or mail with this information.

Frameworks compare added!

28 July, 2009 (16:10) | Support | By: admin

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 blog!

20 July, 2009 (06:55) | Support | By: admin

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.