Complete PHP development stack - Pre-configured, production-ready, zero hassle
โฌ Download .deb PackageChoose your preferred installation method
Download and install using command line:
cd ~/Downloads
sudo dpkg -i devkit_1.0.0_amd64.deb
sudo apt-get install -f
The last command fixes any missing dependencies automatically.
Install using graphical interface:
Quick installation after download:
sudo apt install ~/Downloads/devkit_1.0.0_amd64.deb
This command handles dependencies automatically on newer systems.
Launch DevKit from your applications menu or run devkit in terminal.
Everything you need for PHP development in one package
Modern PHP with FastCGI Process Manager for optimal performance.
Drop-in MySQL replacement with better performance and features. Includes phpMyAdmin 5.2 for easy database management.
High-performance web server with PHP-FPM integration.
In-memory data store for caching and session management.
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_amd64.deb
Size: 240 MB
Installed Size: ~500 MB
Architecture: amd64
OS: Ubuntu 20.04+, Debian 11+, Mint 20+
RAM: 512MB minimum, 1GB recommended
Disk: 500MB free space
CPU: 64-bit processor
HTTP: 8080 (Nginx)
MySQL: 3306 (MariaDB)
Redis: 6379
PHP-FPM: Unix socket
Base: /opt/codeseasy/devkit
Config: /opt/codeseasy/devkit/var/config
Logs: /opt/codeseasy/devkit/var/log
Data: /opt/codeseasy/devkit/var/data
MySQL User: root
MySQL Password: (empty)
phpMyAdmin: Same as MySQL
Note: For development only
Web Root: /opt/codeseasy/devkit/services/nginx/html
Place your PHP files here
Access: http://localhost:8080
Writable by user