is there any way to generate a dependency list for a php project with maven? If not, how can I generate the dependencies list?
In PHP you can manage dependencies with Composer
You can use Composer with any automated system to deploy applications easily.
You can read more about it on their site.
Yes, you can: mvn dependency:list
Check out: mvn dependency:help