Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EasyPHP suitable for development environment? [closed]

I'm trying to start php development for facebook applications. I have already had some problems configuring PHP and Apache.

Today I found a tool called EasyPHP. Is it recommended to use this tool for developing php websites and in particular facebook applications?

like image 581
narek.gevorgyan Avatar asked Dec 12 '11 12:12

narek.gevorgyan


People also ask

Is EasyPHP open source?

OPEN SOURCE / FREE TO USE.

What is EasyPHP Devserver?

Devserver installs a complete and ready-to-use development environment. Devserver is portable, modular, fully configurable and easy to update and extend (see modules and components).


2 Answers

EasyPHP is a perfectly good solution as far as I'm aware, but I've never used it myself so I couldn't recommend it. I use XAMPP, but it's all down to personal preference.

It's probably worth taking a look at this question on SO, or this Wiki article comparing WAMPs.

like image 78
Connell Avatar answered Sep 23 '22 17:09

Connell


xampp

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

like image 32
powtac Avatar answered Sep 26 '22 17:09

powtac