This is a cli tool that helps to upgrade your xampp PHP version to the latest version
npm install xupgxUPG is a CLI TOOL that makes it easy to upgrade your xampp modules ( PHP, MYSQL, PHPMYADMIN ) using the ClI.
> How does xUPG work ?
xUPG makes use of sourceforge API to manage and dowload updates
> How to use xUPG
To you xUPG you have to insatll it globally from npmjs
``bash `
npm i -g xupg
This command will install xUPG globally on your machine
#### Upgrading php version
`shell`
xupg -p`
ORshell`
xupg --php`
This command will upgrade your php version to the latest version available on sourceforge
#### Upgrading mysql versionshell`
xupg -ms`
ORshell`
xupg --mysql`
This command will upgrade your mysql version to the latest version available on sourceforge and will also backup your database before upgrading
#### Upgrading phpmyadmin versionshell`
xupg -ph`
ORshell`
xupg --phpmyadmin
This command will upgrade your phpmyadmin version to the latest version available on sourceforge
#### Upgrading all modules
`shell`
xupg -f`
ORshell`
xupg --full
This command will upgrade all your modules to the latest version available on sourceforge
shell
xupg -p -d
`
OR
`shell
xupg -p --dir
``> Built by codad5