PHPackages                             germania-kg/update-command - 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. germania-kg/update-command

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

germania-kg/update-command
==========================

PHP Package boilerplate

1.2.3(3y ago)090MITPHPPHP ^7.4|^8.0

Since Sep 8Pushed 3y ago2 watchersCompare

[ Source](https://github.com/GermaniaKG/UpdateAppCommand)[ Packagist](https://packagist.org/packages/germania-kg/update-command)[ RSS](/packages/germania-kg-update-command/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (9)Versions (19)Used By (0)

Germania KG · UpdateApp
=======================

[](#germania-kg--updateapp)

**Symfony Console Command for updating a web app from CLI.**

[![Tests](https://github.com/GermaniaKG/UpdateAppCommand/actions/workflows/php.yml/badge.svg)](https://github.com/GermaniaKG/UpdateAppCommand/actions/workflows/php.yml)

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

[](#installation)

```
$ composer require germania-kg/update-command:^1.0
```

Requirements
------------

[](#requirements)

This package requires the ***Symfony Console*** and ***Process*** components.

Usage
-----

[](#usage)

```
use Germania\UpdateApp\UpdateAppCommand;

$cache_directories = array();

$cmd = new UpdateAppCommand();
$cmd = new UpdateAppCommand($cache_directories);
```

CLI usage
---------

[](#cli-usage)

The command name is `update`, and it accepts a `--no-dev` option for production environments:

```
$ bin/console update
$ bin/console update --no-dev
```

Development
-----------

[](#development)

```
$ git clone git@github.com:GermaniaKG/UpdateAppCommand.git
# or
$ git clone https://github.com/GermaniaKG/UpdateAppCommand.git
```

### Run all tests

[](#run-all-tests)

This packages has predefined test setups for code quality, code readability and unit tests. Check them out at the `scripts` section of **[composer.json](./composer.json)**.

```
$ composer test
# ... which currently includes
$ composer phpunit
```

### Unit tests

[](#unit-tests)

Default configuration is **[phpunit.xml.dist](./phpunit.xml.dist).** Create a custom **phpunit.xml** to apply your own settings. Also visit [phpunit.readthedocs.io](https://phpunit.readthedocs.io/) · [Packagist](https://packagist.org/packages/phpunit/phpunit)

```
$ composer phpunit
# ... or
$ vendor/bin/phpunit
```

### PhpStan

[](#phpstan)

Default configuration is **[phpstan.neon.dist](./phpstan.neon.dist).** Create a custom **phpstan.neon** to apply your own settings. Also visit [phpstan.org](https://phpstan.org/) · [GitHub](https://github.com/phpstan/phpstan) · [Packagist](https://packagist.org/packages/phpstan/phpstan)

```
$ composer phpstan
# ... which includes
$ vendor/bin/phpstan analyse
```

### PhpCS

[](#phpcs)

Default configuration is **[.php-cs-fixer.dist.php](./.php-cs-fixer.dist.php).** Create a custom **.php-cs-fixer.php** to apply your own settings. Also visit [cs.symfony.com](https://cs.symfony.com/) · [GitHub](https://github.com/FriendsOfPHP/PHP-CS-Fixer) · [Packagist](https://packagist.org/packages/friendsofphp/php-cs-fixer)

```
$ composer phpcs
# ... which aliases
$ vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
```

Apply all CS fixes:

```
$ composer phpcs:apply
# ... which aliases
$ vendor/bin/php-cs-fixer fix --verbose --diff
```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~21 days

Total

17

Last Release

1299d ago

PHP version history (2 changes)1.0.0PHP ^7.3|^8.0

1.2.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba1899945696f873f95de5e2b8f7519960f1b4e59f61e607b4cbbd8880d244e1?d=identicon)[germania-kg](/maintainers/germania-kg)

---

Top Contributors

[![tomkyle](https://avatars.githubusercontent.com/u/412560?v=4)](https://github.com/tomkyle "tomkyle (62 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/germania-kg-update-command/health.svg)

```
[![Health](https://phpackages.com/badges/germania-kg-update-command/health.svg)](https://phpackages.com/packages/germania-kg-update-command)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k199.6M3.4k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k257.0M27.9k](/packages/friendsofphp-php-cs-fixer)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[dagger/dagger

Dagger PHP SDK

271.4k](/packages/dagger-dagger)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)

PHPackages © 2026

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