Question

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:

Était-ce utile?

La solution

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:

Licencié sous: CC-BY-SA avec attribution
Non affilié à drupal.stackexchange
scroll top