Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search/Filter for replacements of abandoned packages #1506

Open
staabm opened this issue Feb 20, 2025 · 1 comment
Open

Search/Filter for replacements of abandoned packages #1506

staabm opened this issue Feb 20, 2025 · 1 comment

Comments

@staabm
Copy link

staabm commented Feb 20, 2025

From time to time packages get abandoned and replacements show up

see e.g. https://packagist.org/packages/zendframework/zendframework1 which is not maintained for a very long time.
for people relying on this framework it would be super important to find a not abandoned replacement.

for zf1, this can be e.g. https://packagist.org/packages/shardj/zf1-future which defineds a "replace: zendframework/zendframework1" constraint.

would it be possible to render a list of possible replacement packages for abandoned packages?
this would mean that we see e.g. on https://packagist.org/packages/zendframework/zendframework1 a list of packages which defines a replace constraint like shardj/zf1-future

maybe there is a more efficient way to find replacement-packages, but atm I don't know a single one.
searching via composer command would also be a possible solution for this problem.

@staabm
Copy link
Author

staabm commented Feb 20, 2025

while doing more research, another idea came to mind.

on github.com there is a "forks" page, which can be sorted by "most starrted" and filtered by "push activity: active".
maybe it would make sense to to link the forks page to help people discovering a replacement.

I am just brainstorming atm. open for any suggestions/feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant