PHPackages                             kpacha/dynsatis - 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. kpacha/dynsatis

ActiveProject

kpacha/dynsatis
===============

Local repository manager for composer

v0.1.0(11y ago)013Apache-2.0PHP

Since Nov 2Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (2)Used By (0)

\#Dynsatis

Local repository manager for composer

Dynsatis allows you to create and mantain several local private repositories for your composer packages and repos or for mirroring third-party ones.

\##Installation

The easiest way:

```
# Use the `dev-master` version if you want to be more up-to-date.
$ composer create-project kpacha/dynsatis dynsatis v0.1.0

```

Or you could clone this repo

```
$ git clone https://github.com/kpacha/dynsatis.git
$ cd dynsatis
$ composer install -o

```

\##Configuration

Example setup for Apache2 (supposing you are using the hostname `dynsatis.local`)

```

    ServerName dynsatis.local
    DocumentRoot "/var/www/dynsatis/web"
    DirectoryIndex index.php
    #SetEnv APPLICATION_ENV production
    SetEnv APPLICATION_ENV development

        Options -Indexes
        AllowOverride None
        Allow from All
        Order Allow,Deny
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} -s [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]
        RewriteRule ^.*$ index.php [NC,L]

```

Remember to set the right `APPLICATION_ENV` value for your use case!

Check the config files placed at `resources/config/`. Edit those files if you want to customize something.

\##Screenshots

\###Inspect repos

[![show](https://camo.githubusercontent.com/425b1c5fa0be3cf703a0d111649ac07965cd14acfdde9b51af2ffb22e71de992/687474703a2f2f6936312e74696e797069632e636f6d2f32677737356c772e706e67)](https://camo.githubusercontent.com/425b1c5fa0be3cf703a0d111649ac07965cd14acfdde9b51af2ffb22e71de992/687474703a2f2f6936312e74696e797069632e636f6d2f32677737356c772e706e67)

\###Edit repo

[![edit](https://camo.githubusercontent.com/4312ae8b61427919fb20e118d3bd3b424fd866b06d4ff2874a8cf0d4ffc28c3f/687474703a2f2f6936322e74696e797069632e636f6d2f316a6e3973772e706e67)](https://camo.githubusercontent.com/4312ae8b61427919fb20e118d3bd3b424fd866b06d4ff2874a8cf0d4ffc28c3f/687474703a2f2f6936322e74696e797069632e636f6d2f316a6e3973772e706e67)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

4210d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4539090b6fccb79399136821aba66f06d55284f01965fe36d0565af367a5f700?d=identicon)[kpacha](/maintainers/kpacha)

---

Top Contributors

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

---

Tags

composersatis

### Embed Badge

![Health badge](/badges/kpacha-dynsatis/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

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

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

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

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[drupal/core

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

19462.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)[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)
