PHPackages                             pagon/composer-packer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pagon/composer-packer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pagon/composer-packer
=====================

Packer for build tar.gz for composer project

0.1.1(12y ago)486214MIT

Since Jul 29Pushed 12y agoCompare

[ Source](https://github.com/hfcorriez/composer-packer)[ Packagist](https://packagist.org/packages/pagon/composer-packer)[ Docs](http://github.com/hfcorriez/composer-packer)[ RSS](/packages/pagon-composer-packer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (4)

Intro
=====

[](#intro)

composer-packer is a CLI utility for pack `Composer Project` to \*.tar.gz package. The package includes composer vendors and your source code for production enviorment.

It will useful to:

- Deploy your project to online servers.
- Build artifacts using CI, such as [jenkins](http://jenkins-ci.org), [drone.io](https://drone.io).
- Supply package to your customer.

`It works only under *unix`

Install
=======

[](#install)

Add `pagon/composer-packer` to your `composer.json`

```
"require-dev": {
  "pagon/composer-packer": "0.1.x"
}

```

Then

```
composer.phar update --dev

```

Quick Start
===========

[](#quick-start)

Run command in your project root:

```
./vendor/bin/pack 1.0.0

```

Then you'll get the package under `build` direcotry, such as:

```
build/1.0.0.tar.gz

```

License
=======

[](#license)

(The MIT License)

Copyright (c) 2012 hfcorriez &lt;&gt;

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/052da9fcd2d35025de486c255a8b4d38a67b2626b6ca626f6681bbc00187e62b?d=identicon)[hfcorriez](/maintainers/hfcorriez)

---

Top Contributors

[![hfcorriez](https://avatars.githubusercontent.com/u/119550?v=4)](https://github.com/hfcorriez "hfcorriez (8 commits)")

---

Tags

buildpackpacker

### Embed Badge

![Health badge](/badges/pagon-composer-packer/health.svg)

```
[![Health](https://phpackages.com/badges/pagon-composer-packer/health.svg)](https://phpackages.com/packages/pagon-composer-packer)
```

###  Alternatives

[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k21.7M876](/packages/phing-phing)[trafficcophp/bytebuffer

Node.js inspired byte stream buffer for PHP.

33437.2k17](/packages/trafficcophp-bytebuffer)[phpinnacle/buffer

PHPinnacle binary buffer implementation

2493.7k10](/packages/phpinnacle-buffer)[godbout/dash-docset-builder

Dash (LOVE) Docset Builder in PHP (LOVE).

1253.5k](/packages/godbout-dash-docset-builder)[danog/phpstruct

PHP implementation of python's struct module.

1110.1k](/packages/danog-phpstruct)

PHPackages © 2026

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