Easy WEMP
Windows NgInx MySql Php
Easy WEMP provide a web development environment which include NgInx as HTTP server, MySQL as database server, and PHP as server-side scripting language.
It's primary goal is to give user a easy service management on their windows desktop.
Feel free to register and use our bug tracking system if you meet bugs or want to request feature.
Current feature
- Install preconfigured-all-in-a-pack.
- Interface to daemon control (start/stop/restart/reload).
- Interface to easily manage host mapping (System32/drivers/etc/hosts)
- Preconfigured MySql workbench to manage databases.
- Direct access to MySQL command line client.
- Automatic start of daemon.
- Direct access to configuration file/folder of components.
Screenshots



Contact
Rewrite it correctly : Mail : lemoigne_AT_javatic[dot]net
FAQ
- Why not using php-fpm ?
R: Currently php-fpm only support unix. It's possible to have php-fpm running under windows by building it with cygwin ( Good tutorial on how to do that ). This will make this php setup incompatible with most of external extension. For example, XDebug don't provide Cygwin binary. It means that user must compile themselves any extension not provided by Easy Wemp, it's not an easy procedure. If request is popular, I'll add option to choose between an php-fpm management or fastcgi ; but while fpm is not ported to windows, Easy-WEMP will be distributed with php fast-cgi only.