2017 © Pedro Peláez
 

library git-deploy

image

tylercd100/git-deploy

  • Friday, April 15, 2016
  • by tylercd100
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Git Deploy

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Dependency Status Total Downloads, (*1)

Can deploy your git project by executing a git pull, (*2)

Installation

Install via composer - In the terminal:, (*3)

composer require tylercd100/git-deploy

Usage

// This is just an example
$deploy = new Deploy('/var/www/foobar.com','branch','origin');
$deploy->execute();

The Versions

15/04 2016

dev-master

9999999-dev https://github.com/tylercd100/git-deploy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

tylercd100

15/04 2016

1.1.2

1.1.2.0 https://github.com/tylercd100/git-deploy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

tylercd100

15/04 2016

1.1.1

1.1.1.0 https://github.com/tylercd100/git-deploy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

tylercd100

15/04 2016

1.1.0

1.1.0.0 https://github.com/tylercd100/git-deploy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

tylercd100

15/04 2016

1.0.0

1.0.0.0 https://github.com/tylercd100/git-deploy

  Sources   Download

MIT

The Requires

  • php ^5.5.9|^7.0

 

The Development Requires

by Tyler Arbon

tylercd100