Expand description
Packagist registry client.
Provides access to the Packagist registry via:
- Package metadata API (https://repo.packagist.org/p2/{vendor}/{package}.json) for version lookups
- Search API (https://packagist.org/search.json) for package search
The Packagist v2 API returns minified metadata where only the first version entry is complete. Subsequent entries contain only changed fields and must be expanded by inheriting from the previous complete entry.
Structsยง
- Packagist
Registry - Client for interacting with the Packagist registry.