PHPackages                             optimistex/git-auto-deploy-ex - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. optimistex/git-auto-deploy-ex

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

optimistex/git-auto-deploy-ex
=============================

The little project for auto-deploying projects to a hosting

1.3.7(8y ago)4364MITPHPPHP ^5.4 || &gt;=7.0 &lt;7.3

Since Oct 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/optimistex/git-auto-deploy-ex)[ Packagist](https://packagist.org/packages/optimistex/git-auto-deploy-ex)[ Docs](https://github.com/optimistex/git-auto-deploy-ex)[ RSS](/packages/optimistex-git-auto-deploy-ex/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)DependenciesVersions (40)Used By (0)

Auto deploy project through GIT
===============================

[](#auto-deploy-project-through-git)

It does auto deploy your site to hosting

- [Requirements](#requirements)
- [Start to use through COMPOSER](#start-to-use-through-composer)
- [Start to use through NPM](#start-to-use-through-npm)
- [Extended deploy with custom commands](#extended-deploy-with-custom-commands)

Requirements
============

[](#requirements)

1. PHP 5.4 or higher
2. Access to perform **shell** commands
3. Installed **GIT** on target hosting

Start to use through COMPOSER
=============================

[](#start-to-use-through-composer)

The main using through composer.

1. Install package:

    ```
    $ composer require optimistex/git-auto-deploy-ex
    ```
2. Make file `deploy.php` with content:

    ```
