PHPackages                             venne/deployment - 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. venne/deployment

ActiveLibrary

venne/deployment
================

Deployment scripts for Venne framework.

113PHP

Since Sep 12Pushed 12y ago3 watchersCompare

[ Source](https://github.com/Venne/deployment)[ Packagist](https://packagist.org/packages/venne/deployment)[ RSS](/packages/venne-deployment/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Deployment scripts for Venne framework
======================================

[](#deployment-scripts-for-venne-framework)

Installation
------------

[](#installation)

By Git:

```
git clone git://github.com/Venne/deployment.git
rm -fr deployment/.git

```

By Composer:

```
composer create-project venne/deployment:dev-master --prefer-dist

```

Optionally you can install hooks for git:

```
php deployment/bin/install.php

```

How to use
----------

[](#how-to-use)

Export installation:

```
php deployment/bin/export.php

```

Import installation:

```
php deployment/bin/import.php

```

Deployment with Git
-------------------

[](#deployment-with-git)

Run in sandbox only first time:

```
composer create-project venne/deployment:dev-master --prefer-dist
git init
php deployment/bin/install.php
git add *
git commit -m "first commit"
git remote add origin
git checkout -b production
git push origin production

```

When you want to deploy current production branch:

```
git push

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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/a173564fd150b9e9c8307ba7de2cf5588d0bcee71553f35d8946ff3abc4ce21e?d=identicon)[pepakriz](/maintainers/pepakriz)

---

Top Contributors

[![pepakriz](https://avatars.githubusercontent.com/u/383294?v=4)](https://github.com/pepakriz "pepakriz (2 commits)")

### Embed Badge

![Health badge](/badges/venne-deployment/health.svg)

```
[![Health](https://phpackages.com/badges/venne-deployment/health.svg)](https://phpackages.com/packages/venne-deployment)
```

PHPackages © 2026

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