You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: