What WAMP package (Windows, Apache, MySQL, PHP) do you recommend? [closed]

0

In my experience I have used wampserver, easyphp. Now I'm using laragon and if I'm happy, however, they know of some other package they can recommend or worth trying. I must indicate that the test you want to perform is performance between the mentioned packages and those that can contribute.

Greetings

    
asked by juanitourquiza 26.05.2017 в 01:16
source

1 answer

0

I recommend usbwebserver, I think it's excellent because it does not need to be installed, it works like a usb application, only the copies in a folder, you run the executable and that's it, you already have a server running.

Additional php 7 incorporates an integrated server, which you can run like this:

  • Go to the folder where the php script is or the root of the php or mvc project.

  • Execute:

    php -S localhost: 8000

  • There you have a web / php server for development that you run very fast (it's good for quick development) of course you must install mysql

    Greetings,

        
    answered by 26.05.2017 / 06:10
    source