-
Notifications
You must be signed in to change notification settings - Fork 53
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
Feature Idea: Funding #89
Comments
While I'm not convinced that these banners actually lead to any additional sponsoring / funding, I guess hiding them in comparison to composer is also not the nicest thing we can do... I don't see how adding them to the repositories.xml would work though, as this would be a maintenance nightmare: How do we get the up-to-date list of dependencies and how do we keep them in sync with the package content? I do believe a better approach would be to extend phar-io/manifest to get the funding info added. |
That would be also a good idea. Since the "manifest" for the funding would be available as one would already have the |
Can you open a ticket in phar-io/manifest? :) |
Will do and link this one 👍 |
Afaik we do have currently two options to enable funding for PHP OSS.
On the one hand, there is the
funding
section for composer https://getcomposer.org/doc/04-schema.md#fundingOn the other, there is GitHub sponsoring.
If one is installing a dependency using composer, a prompt will get shown that some packages have a funding.
Sadly with
phive
this is not possible.So this is small discussion if we should add funding information to phive as well.
For example we could edit the
repositories.xml
accordingly:If we run
phive install ...
we could display information about the availablefunding
for the installed tool.The text was updated successfully, but these errors were encountered: