PHPackages                             therat/symdep - 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. therat/symdep

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

therat/symdep
=============

Additional tool for symfony deploy

6.1.1(8y ago)338.1k↓55.6%1MITPHPPHP &gt;=7.1

Since Feb 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/TheRatG/symdep)[ Packagist](https://packagist.org/packages/therat/symdep)[ RSS](/packages/therat-symdep/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (24)Used By (0)

SymDep
======

[](#symdep)

Often I execute a lot of similar commands for update my local project, thats why this project was created.

[![Latest Stable Version](https://camo.githubusercontent.com/802a01e67e51ef5df4b82e05e9ac615cd2ed2a965266998c266819ef024eff82/68747470733a2f2f706f7365722e707567782e6f72672f7468657261742f73796d6465702f762f737461626c652e737667)](https://packagist.org/packages/therat/symdep)[![Total Downloads](https://camo.githubusercontent.com/438bbf709a1c19410adfb02ee54b552a44ca15f62db87542d285969e9a2a08c8/68747470733a2f2f706f7365722e707567782e6f72672f7468657261742f73796d6465702f646f776e6c6f6164732e737667)](https://packagist.org/packages/therat/symdep)[![Latest Unstable Version](https://camo.githubusercontent.com/b033243f34679c7495dbd94b1dafcbfc59b9fdc48d18925bd862f1c8ae9a7f84/68747470733a2f2f706f7365722e707567782e6f72672f7468657261742f73796d6465702f762f756e737461626c652e737667)](https://packagist.org/packages/therat/symdep)[![License](https://camo.githubusercontent.com/c3f5c4910346ed752be73e8af54163e4372f0191abc074bfca683b8d28030252/68747470733a2f2f706f7365722e707567782e6f72672f7468657261742f73796d6465702f6c6963656e73652e737667)](https://packagist.org/packages/therat/symdep)

[![SensioLabsInsight](https://camo.githubusercontent.com/c9d9792f14064890a0da13748cee3d2f12cfd9301dccdfecd2dee03412b36757/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33383638333039392d376539652d343332332d386234312d6230626532353565376463392f6269672e706e67)](https://insight.sensiolabs.com/projects/38683099-7e9e-4323-8b41-b0be255e7dc9)

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

[](#requirements)

Any **symfony** project.

Install
-------

[](#install)

```
composer require therat/symdep ~3.0
```

Create deploy.php file into your project

```
cp vendor/therat/symdep/deploy.php.example deploy.php
```

Add file `symdep.lock` to your `.gitignore`

Extend tasks
------------

[](#extend-tasks)

### Modify properties

[](#modify-properties)

Example

```
/**
 * modify properties
 */
task(
    'env',
    function () {
        switch (get('build_type')) {
            case BuildType::TYPE_DEV:
                break;
            case BuildType::TYPE_TEST:
                break;
            case BuildType::TYPE_PROD:
                break;
        }
    }
);
after('properties', 'env');

```

### Delete useless branch folder from test

[](#delete-useless-branch-folder-from-test)

```
./bin/project-drop-branches-from-test
```

Build new version of geggs
--------------------------

[](#build-new-version-of-geggs)

- Create and push tag
- Create phar

```
./bin/box-build

```

- Go to github and upload new `symdep.phar` into new release
- Publish new manifest

```
./bin/generate-manifest

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 96.7% 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 ~30 days

Recently: every ~15 days

Total

23

Last Release

3063d ago

Major Versions

3.2.x-dev → 4.0.02016-11-29

4.1.1 → 5.1.02017-07-05

4.1.x-dev → 6.0.02017-10-26

PHP version history (2 changes)3.0.18PHP &gt;=5.4.0

6.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5ea149a698d7b757dcacf1ee59c13ba2aea3335b009fd5e4ae6af68c670c579?d=identicon)[TheRatG](/maintainers/TheRatG)

---

Top Contributors

[![TheRatG](https://avatars.githubusercontent.com/u/1580318?v=4)](https://github.com/TheRatG "TheRatG (238 commits)")[![whyte624](https://avatars.githubusercontent.com/u/1901054?v=4)](https://github.com/whyte624 "whyte624 (5 commits)")[![dmkuznetsov](https://avatars.githubusercontent.com/u/223224016?v=4)](https://github.com/dmkuznetsov "dmkuznetsov (3 commits)")

### Embed Badge

![Health badge](/badges/therat-symdep/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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