PHPackages                             org\_heigl/deploy - 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. org\_heigl/deploy

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

org\_heigl/deploy
=================

Deploy WebApps to hosts you can not control completely

418PHP

Since Dec 26Pushed 13y ago2 watchersCompare

[ Source](https://github.com/heiglandreas/OrgHeiglDeploy)[ Packagist](https://packagist.org/packages/org_heigl/deploy)[ RSS](/packages/org-heigl-deploy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OrgHeiglDeploy
==============

[](#orgheigldeploy)

Deployment-Module for ZF2
-------------------------

[](#deployment-module-for-zf2)

[![Build Status](https://camo.githubusercontent.com/9c722f3b27c06c6776bdc6ee06613b7031d5653fa2aa5083cd65c231306d0775/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f686569676c616e64726561732f4f7267486569676c4465706c6f792e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/heiglandreas/OrgHeiglDeploy)

### Purpose

[](#purpose)

This module helps you deploying a ZendFramework2-Application in a hosting environment where you do not have full control over the server.

You can trigger the deployment by calling a specific URL which then triggers download of your applications ZIP-file from a defined location, extracting that and finaly running a composer-update.

You can also define a pre-deployment hook as well as a post-deployment hook.

The pre-deployment hook can be used to set a static maintenance-page whereas the post-deployment hook can be used to remove a static page or to adapt your database-schemes.

### Installation

[](#installation)

#### Via composer

[](#via-composer)

Add the following line to your `composer.json` file in the `require`-section:

```
'org_heigl/deploy' : 'dev-master'

```

#### Afterwork

[](#afterwork)

To activate this module you will have to include it into your application-config like the following example:

```
return array(
    'modules'=>array(
        'Applcation',
        'OrgHeiglContact',
    ),
);

```

### Configuration

[](#configuration)

After installing you will need to adapt some configuration-values. Therefore you should copy the file `vendor/org_heigl/Deploy/config/module.org_heigl_deploy.local.php`to `config/autoload/module.org_heigl_deploy.local.php` and adapt the values according to the comments in the file.

After doing so, you can trigger a deployment by calling

That's it.

### Contributing

[](#contributing)

Issues are tracked here at GitHub's issue tracker. There you can leave issues and feature-requests

And feel free to clone and send pull-requests.

### License

[](#license)

The whole stuff is licensed under the MIT-License

I can only emphasize, that I can not be made responsible for anything that happens, when you use this module!!

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ae5183aaad2bc7453230704bd6991dc6ccbcd6e775c6a29efdc94350a69f247?d=identicon)[heiglandreas](/maintainers/heiglandreas)

---

Top Contributors

[![heiglandreas](https://avatars.githubusercontent.com/u/91998?v=4)](https://github.com/heiglandreas "heiglandreas (16 commits)")

### Embed Badge

![Health badge](/badges/org-heigl-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/org-heigl-deploy/health.svg)](https://phpackages.com/packages/org-heigl-deploy)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.1k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
