PHPackages                             68publishers/package-installer - 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. [CLI &amp; Console](/categories/cli)
4. /
5. 68publishers/package-installer

ActiveLibrary[CLI &amp; Console](/categories/cli)

68publishers/package-installer
==============================

Configurable repository downloader &amp; installer for Nette Framework

v0.1.1(6y ago)14.2k—0%[2 issues](https://github.com/68publishers/package-installer/issues)MITPHPPHP ~7.1CI failing

Since Jul 9Pushed 6y agoCompare

[ Source](https://github.com/68publishers/package-installer)[ Packagist](https://packagist.org/packages/68publishers/package-installer)[ RSS](/packages/68publishers-package-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (10)Versions (4)Used By (0)

Remote Access
=============

[](#remote-access)

Configurable repository downloader &amp; installer for Nette Framework

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

[](#installation)

The best way to install 68publishers/package-installer is using Composer:

```
composer require 68publishers/package-installer
```

then you can register extension into DIC:

```
extensions:
    package_installer: SixtyEightPublishers\PackageInstaller\DI\PackageInstallerExtension
```

Configuration
-------------

[](#configuration)

```
package_installer:
    paths:
        cwd: %appDir%/../ # default
        repository: temp/packages/ # default, relatively from cwd
        dist: www/packages/ # default, relatively from cwd

    packages:
        my_awesome_theme:
            url: https://github.com/user/package
            installers:
                - SixtyEightPublishers\PackageInstaller\Installer\ClearRepository
                - SixtyEightPublishers\PackageInstaller\Installer\GitClone
                - SixtyEightPublishers\PackageInstaller\Installer\ComposerInstall
                - SixtyEightPublishers\PackageInstaller\Installer\SetPermissions

        my_foo_package:
            url: https://github.com/foo/bar
            branch: dev # download specific branch
            installers:
                - SixtyEightPublishers\PackageInstaller\Installer\ClearRepository
                - SixtyEightPublishers\PackageInstaller\Installer\GitClone
                - SixtyEightPublishers\PackageInstaller\Installer\SetPermissions
```

Contributing
------------

[](#contributing)

Before committing any changes, don't forget to run

```
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
```

and

```
vendor/bin/tester ./tests
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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 ~246 days

Total

2

Last Release

2259d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/609005caba54757716c3c037c381376ab298714003da87c9e20aa8c501c97df8?d=identicon)[Jelen](/maintainers/Jelen)

---

Top Contributors

[![tg666](https://avatars.githubusercontent.com/u/24430186?v=4)](https://github.com/tg666 "tg666 (3 commits)")

---

Tags

command-line-toolnettesymfony68publisherspackage-installer

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/68publishers-package-installer/health.svg)

```
[![Health](https://phpackages.com/badges/68publishers-package-installer/health.svg)](https://phpackages.com/packages/68publishers-package-installer)
```

###  Alternatives

[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[civicrm/cv

CLI tool for CiviCRM

4219.8k](/packages/civicrm-cv)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)

PHPackages © 2026

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