PHPackages                             sethcarstens/github-php-deploybot - 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. sethcarstens/github-php-deploybot

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

sethcarstens/github-php-deploybot
=================================

PHP class that you can pull in as a library and configure to help with automated deployments via Github tagging and releases

0.1.1(8y ago)115GPL-v2PHP

Since May 31Pushed 8y agoCompare

[ Source](https://github.com/scarstens/github-php-deploybot)[ Packagist](https://packagist.org/packages/sethcarstens/github-php-deploybot)[ Docs](https://github.com/scarstens/github-php-deploybot)[ RSS](/packages/sethcarstens-github-php-deploybot/feed)WikiDiscussions master Synced 5d ago

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

Github PHP Deploybot
====================

[](#github-php-deploybot)

Alpha release
-------------

[](#alpha-release)

The master branch is still in alpha release. The code is untested since we did a lot of refactoring while moving it from its current private repository to a public generic release.

Table of Contents:
------------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)

Installation
============

[](#installation)

Composer style (recommended)
----------------------------

[](#composer-style-recommended)

Via composer command line like

```
composer require sethcarstens/github-php-deploybot && composer install

```

Manual Installation
-------------------

[](#manual-installation)

1. Download the most updated copy of this repository from `https://api.github.com/repos/scarstens/github-php-deploybot/zipball`
2. Extract the zip file, and copy the src PHP file into your plugin project.
3. Use SSI (Server Side Includes) to include the file into your plugin.

Usage
=====

[](#usage)

See the [webhook-endpoint-example.php](webhook-endpoint-example.php) file for detailed information.

Simple example
--------------

[](#simple-example)

custom-endpoint.php

```
