โ† Back to Home

DevKit 1.0.0 for Windows

Complete PHP development stack - Pre-configured, production-ready, zero hassle

โฌ‡ Download .exe Installer
Size: 201 MB
Architecture: 64-bit (x64)
Format: Windows Installer (.exe)
Compatible: Windows 10 64-bit, Windows 11

Installation Instructions

Choose your preferred installation method

๐Ÿ–ฑ๏ธ Standard Installation (Recommended)

Simple graphical installer with guided setup:

  • Download the .exe installer
  • Double-click the downloaded file
  • Click "Yes" when UAC prompts for permission
  • Follow the setup wizard and click "Install"

The installer handles all dependencies and configuration automatically.

โšก Silent Installation

Automated installation via command line:

devkit_1.0.0_win64.exe /S

Run from Command Prompt (as Administrator) for unattended installation.

๐Ÿ’ป PowerShell 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.

โš  Windows SmartScreen Warning: Since DevKit uses a self-signed certificate, Windows SmartScreen might show a warning. This is normal. Click "More info" โ†’ "Run anyway" to proceed. The installer is safe and has been cryptographically signed for integrity verification.

โœ“ After Installation

Launch DevKit from your Start Menu or Desktop shortcut. All services are ready to start with one click!

What's Included

Everything you need for PHP development in one package

๐Ÿ˜

PHP 8.3 (Latest)

Modern PHP with FastCGI support via TCP port 9000 for optimal Windows performance.

  • curl, mbstring, xml extensions
  • zip, gd for image processing
  • mysql, mysqli, pdo_mysql
  • redis extension included
  • OPcache enabled by default
๐Ÿ—„๏ธ

MariaDB 11.8 LTS

Drop-in MySQL replacement with better performance and features. Includes phpMyAdmin 5.2 for easy database management.

  • Full MySQL compatibility
  • InnoDB storage engine
  • UTF-8 character support
  • Optimized for development
  • Pre-configured phpMyAdmin access
๐ŸŒ

Nginx 1.28

High-performance web server with PHP-CGI FastCGI integration.

  • Optimized for PHP applications
  • Fast static file serving
  • Clean URL support
  • Custom error pages
  • Easy virtual host setup
โšก

Redis 7.2

In-memory data store for caching and session management (Windows MSYS2 build).

  • Ultra-fast caching layer
  • Session storage backend
  • Queue management
  • PHP extension included
  • Persistence configured
๐Ÿ“ฆ

Composer 2.x

Modern PHP dependency manager included and ready to use.

  • Install packages with ease
  • Manage project dependencies
  • Autoloading support
  • Integrated with PHP
  • Optional PATH integration
๐Ÿ–ฅ๏ธ

Control Panel

Simple GUI to manage all services from one place.

  • Start/stop services easily
  • View service status
  • Quick access to logs
  • One-click phpMyAdmin
  • System tray integration

Technical Specifications

Detailed package information

Package Details

Name: devkit_1.0.0_win64.exe
Size: 201 MB
Installed Size: ~600 MB
Architecture: x64 (64-bit)

System Requirements

OS: Windows 10 64-bit, Windows 11
RAM: 512MB minimum, 1GB recommended
Disk: 750MB free space
CPU: 64-bit processor

Default Ports

HTTP: 8080 (Nginx)
MySQL: 3306 (MariaDB)
Redis: 6379
PHP-CGI: 9000 (TCP FastCGI)

Installation Path

Base: C:\CodesEasy\DevKit
Config: C:\CodesEasy\DevKit\var\config
Logs: C:\CodesEasy\DevKit\var\log
Data: C:\CodesEasy\DevKit\var\data

Default Credentials

MySQL User: root
MySQL Password: (empty)
phpMyAdmin: Same as MySQL
Note: For development only

Project Directory

Web Root: C:\CodesEasy\DevKit\services\nginx\html
Place your PHP files here
Access: http://localhost:8080
Writable by user