DEV Community

Discussion on: Getting Started With XAMPP

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

The only concern with PHP is whether I can have multiple projects / web servers in one PC?

What do you think about composer?

Collapse
 
aice09 profile image
Carl Angelo Nievarez • Edited

PHP can be hosted using Nginx, Apache and IIS, 3 of my tested web server of it and you can do multiple project on it, I hope this answer your first question.
Then I love Composer, this provide great package for my projects. I also recommend NPM.