/packagist/packages/list
/packagist
/packagist/packages/list
List Packagist package names, optionally filtered by vendor and package type
Price: 10 credits
💡 AI Hint: List PHP/Composer package names on Packagist, optionally filtered by vendor and Composer package type. Returns the package name, its type, and repository URL for each entry.
POST
/packagist/packages/list
Authorizations
API token from the dashboard
Headers
Body
application/json
Number of package names to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Filter package names by vendor
Example:
"monolog"
Filter package names by Composer package type (free-form; any composer.json type is accepted)
Example:
"library"