# franzliedke/studio

A workbench for developing Composer packages.

Repository: https://github.com/franzliedke/studio
Canonical: https://ross.abutalabs.com/products/franzliedke-studio
Language: PHP
License: MIT
License Family: permissive
Topics: composer-packages, php, composer-plugin
Last push: 2024-04-21T19:23:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4253, "days_push": 864, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1137, forks 76 (observed 2026-08-28T04:03:43.917865+00:00)

## What it is
A Composer plugin and CLI tool that lets PHP developers work on their own Composer packages while using them in an application. It symlinks local package directories into the vendor directory via Composer path repositories, avoiding development inside vendor.

## Use cases
- develop a composer package while using it in an app
- symlink local php packages instead of installing from packagist
- dogfood my library without editing composer.json
- avoid developing inside the vendor directory
- set up phpunit and autoload config for a package workbench

## When to choose
- you maintain PHP libraries and want to test them in real applications while developing
- you want seamless local package loading without manually switching repositories

## When to avoid
- you don't use Composer for dependency management
- your project only consumes third-party packages from Packagist

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: package-manager, developer-tools, cli
- domain: developer-tools
- platform: cli, cross-platform, php
- tags: composer, php-packages, symlink, path-repositories, local-development, dogfooding, command-line, php

## Member repositories
- franzliedke/studio (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:43.917865+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:36:15.545637+00:00, confidence not recorded.
  - readme: https://github.com/franzliedke/studio (fetched 2026-08-28T04:03:43.917865+00:00, sha 53d659897634)
- Data as of 2026-08-30T08:39:29.467469+00:00.
