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