PHP test offline

-3

I would like to know how to test my PHP offline

    
asked by anonymous 25.10.2016 / 01:30

1 answer

3

Here are some alternatives:

  • XAMPP : Available for Windows, Linux and OS X. It's included: PHP (5.6), Apache, MariaDB, PHP, Perl, phpMyAdmin, FileZilla, etc.
  • LAMP : Available for Linux only.
  • WAMP : Available for Windows over XP. It is included: PHP (5.6 / 7), Apache, phpMyAdmin, Adminer, PhpSysInfo, etc.
  • EasyPHP : Windows. It's included: PHP (5.6 / 7), Apache, Nginx, PhpMyAdmin, etc.
  • UwAmp : Windows. It includes: PHP (5.6 / 7), Apache, MySQL, PHPMyAdmin, SQLite Browser, Xdebug.
  • Others ...
25.10.2016 / 01:58