I am trying to integrate the Phalcon developer tools with phpstorm. There is a video here, but I am unable to view it due to my location.
I can\'t find any other usable
If you see the Phalcon module loaded in phpinfo page in your WAMP server, do the following to get loaded the module in CLI mode too.
Copy \bin\apache\\bin\php.ini to \bin\php\\
Set php PATH to \bin\php\\
That should solve the problem.