문제

Drupal projects can be searched similarly as Packagist:

From Packagist can be also extrated the project's data (e.g. versions):

Is it possible to get project's data also from the Drupal repository?


More info:

도움이 되었습니까?

해결책

Yes, the Composer documentation on repositories describes this mechanism, specifically, the provider-includes and providers-url properties.

These properties describe the package indexes & the URL pattern used for look up, for example:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 drupal.stackexchange
scroll top