Complete PHP development stack - Pre-configured, production-ready, zero hassle
โฌ Download .exe InstallerChoose your preferred installation method
Simple graphical installer with guided setup:
The installer handles all dependencies and configuration automatically.
Automated installation via command line:
devkit_1.0.0_win64.exe /S
Run from Command Prompt (as Administrator) for unattended installation.
Download and install via PowerShell:
Start-Process -FilePath ".\devkit_1.0.0_win64.exe" -Wait
Navigate to Downloads folder first, then run this command in PowerShell.
Launch DevKit from your Start Menu or Desktop shortcut. All services are ready to start with one click!
Everything you need for PHP development in one package
Modern PHP with FastCGI support via TCP port 9000 for optimal Windows performance.
Drop-in MySQL replacement with better performance and features. Includes phpMyAdmin 5.2 for easy database management.
High-performance web server with PHP-CGI FastCGI integration.
In-memory data store for caching and session management (Windows MSYS2 build).
Modern PHP dependency manager included and ready to use.
Simple GUI to manage all services from one place.
Detailed package information
Name: devkit_1.0.0_win64.exe
Size: 201 MB
Installed Size: ~600 MB
Architecture: x64 (64-bit)
OS: Windows 10 64-bit, Windows 11
RAM: 512MB minimum, 1GB recommended
Disk: 750MB free space
CPU: 64-bit processor
HTTP: 8080 (Nginx)
MySQL: 3306 (MariaDB)
Redis: 6379
PHP-CGI: 9000 (TCP FastCGI)
Base: C:\CodesEasy\DevKit
Config: C:\CodesEasy\DevKit\var\config
Logs: C:\CodesEasy\DevKit\var\log
Data: C:\CodesEasy\DevKit\var\data
MySQL User: root
MySQL Password: (empty)
phpMyAdmin: Same as MySQL
Note: For development only
Web Root: C:\CodesEasy\DevKit\services\nginx\html
Place your PHP files here
Access: http://localhost:8080
Writable by user