Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 522 Bytes

File metadata and controls

23 lines (16 loc) · 522 Bytes

PHP Deployer Tool

A Python script to automate deployment of PHP projects to XAMPP/WAMP htdocs directory.

Features

  • Copies PHP projects to web server directory
  • Handles file permission issues
  • Automatically opens project in browser
  • Cleans previous deployments
  • Command-line interface

Requirements

  • Python 3.6+
  • XAMPP/WAMP or similar PHP server
  • Administrator privileges (for some systems)

Installation

  1. Clone this repository:
    git clone https://github.com/Mchiir/php-deployer.git