Melody is a really handy open-source tool to create one-file PHP scripts with Composer dependencies. Installation As Melody is just a PHAR file, we only need to download it and include it in one of the directories included in our PATH environment variable, for example at /usr/local/bin/: Then, if we execute "melody", we should see [...]The post Melody: One-file PHP scripts with Composer dependencies appeared first on ServerGrove.