How many lines of code?
Yes this is the big problem we have always... the measure of how much a project is big and how much it grows... So sometimes we ask ourserlves "how many lines of code i have written today?" or "How many lines is this project?"
The solution
Log in into the machine in which you have your project and type the following:
wc -l `find . -regex ".*\.php"`