a script to install php composer in termux
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
Paste this command to install composer in your termux
sh <(curl -sS https://raw.githubusercontent.com/blackc8/termux-composer/master/install)
Paste this command to uninstall/remove composer in your termux
sh <(curl -sS https://raw.githubusercontent.com/blackc8/termux-composer/master/uninstall)
- Initial work - blackc8
© 2020 blackc8
Licensed under the MIT LICENSE