Is there any way to count the total number of lines inside a php project?
In Linux you have the wonderful 'wc' command:
wc -l yourfile.txt