"dependencies": {
"bowser": "*"
}git clone https://github.com/lancedikson/bowser.git
cd bowser
npm installsudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.2function doQuery () {
mysql_connect ( ... );
mysql_query ( ... );
mysql_close( ... );
}