Deploy in seconds, not hours

The fastest way to ship your web applications. Built for developers who value speed, simplicity, and reliability.

0

K+ Deployments

99.9%

Uptime

<2 Min

Avg Deploy

Built for modern development

Everything you need to deploy, scale, and manage your applications with confidence

⚔

Instant Deployments

Deploy your applications in seconds with our optimized build pipeline and edge network.

šŸ”€

Git Integration

Connect your GitHub, GitLab, or Bitbucket repository and deploy automatically.

šŸ’¾

S3 Backup

Easily back up your data to Amazon S3 for secure and reliable storage.

šŸ”’

Automatic HTTPS

Free SSL certificates automatically provisioned and renewed for all your deployments.

šŸ—„ļø

PHPMyAdmin

Manage your MySQL databases easily with a user-friendly interface.

šŸ“Š

Real-time Analytics

Monitor your application's performance with detailed analytics and insights in real-time.

šŸ“‹ Requirements

Deploy Requirements

Ensure your PHP project meets these requirements before deploying to DeployX

1
🐘

PHP Version

Your project must use a supported PHP version for optimal performance and security.

Supported Versions:
  • PHP 7.4
  • PHP 8.1
  • PHP 8.2
  • PHP 8.3
  • PHP 8.4
2
šŸ—„ļø

MySQL Database

Your application must use MySQL as the database system. We provide automatic database provisioning.

Database Features:
  • MySQL 8.0 support
  • Support Export and Import (SQL DUMP)
  • PHPMyAdmin
3
āš™ļø

Environment Configuration

Your project must include a .env file with required database configuration variables.

Required Variables: DB_HOST=
DB_PORT=
DB_NAME=
DB_USERNAME=
DB_PASSWORD=
4
šŸ“¦

GitHub Repository

Your project must be hosted on GitHub with public repository access for deployment.

Repository Requirements:
  • Public repository
  • Valid Git structure
  • Active branch
5
šŸ“„

Entry Point File

Your project must have index.php as the main entry point in the root directory.

File Structure:
  • index.php (required)
  • .env file
  • Assets folder
  • Config files
šŸ“
.env Configuration Example
# Database Configuration
DB_HOST=localhost
DB_PORT=3306
DB_NAME=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_secure_password

# Optional: Application Settings
APP_ENV=production
APP_DEBUG=false
APP_URL=https://your-app.deployx.app

āœ… Pre-Deployment Checklist

āœ“
PHP version is 7.4 or 8.1-8.4
āœ“
MySQL database configured
āœ“
.env file exists with all variables
āœ“
GitHub repository is public
āœ“
index.php exists in root
āœ“
All dependencies are committed

Ready to Deploy?

All requirements met? Start deploying your PHP application in seconds!

šŸš€ Start Deployment