XAMPP is an essential application package for every web developer. In it you will find the Apache server, programming languages PHP and PERL and the database manage system MySQL.
Without a doubt, one of the main virtues of XAMPP is its simple installation. All the applications included in XAMPP are installed from only one file.
In the Applications folder, look for the XAMPP directory to access the control panel of the program. From there you can start and stop the execution of all its components.
Write the address http://127.0.0.1/ to access the main page of XAMPP, select your language and start PHPmyAdmin or phpSQliteAdmin, two tools that are also included in XAMPP.
XAMPP is for you if
✓ You need an all-in-one local web development stack with Apache, PHP, Perl, and MySQL
✓ You value ultra-simple installation from a single file and centralized control of all components
✓ You want integrated phpMyAdmin and phpSQLiteAdmin to manage databases directly from your browser
Comments
I really like it for testing projects locally.