Software metrics tool for PHP??

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Arabrab
Forum Newbie
Posts: 2
Joined: Sun Dec 05, 2004 4:01 pm

Software metrics tool for PHP??

Post by Arabrab »

Hello!

Can someone please recommend a software metrics tool for PHP?
I'm looking for something that would do simple Source Lines of Code (SLOC) to more complex measures such as Cyclomatic Complexity measurements, etc.

Please let me know any suggestions you may have - even if you only know of a simple tool. Many thanks!!
User avatar
scorphus
Forum Regular
Posts: 589
Joined: Fri May 09, 2003 11:53 pm
Location: Belo Horizonte, Brazil
Contact:

Post by scorphus »

[url=http://www.dwheeler.com/sloccount/]SLOCCount[/url] web page wrote: (...) a set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set of programs. (...) SLOCCount is released under the General Public License (GPL), so you can immediately download it -- at no cost! -- and you can modify it to suit your needs. (...) SLOCCount can automatically identify and measure the following languages (common extensions for the language are listed in parentheses):
(...)
21. PHP (.php, .php[3456], .inc) as of version 2.05
(...)
-- Scorphus
Arabrab
Forum Newbie
Posts: 2
Joined: Sun Dec 05, 2004 4:01 pm

Thanks

Post by Arabrab »

Thanks for your quick reply, I'll check it out.
ftrotter
Forum Newbie
Posts: 1
Joined: Thu Mar 09, 2006 4:53 pm

Same thing much later

Post by ftrotter »

I too am looking for some tools to perform static software metrics on php. I am interested in a clyclomatic complexity calculator for php, amoung other things...

Regards,
-FT
Post Reply