Packagist API Client - v1.0.0
    Preparing search index...

    Interface PackageStatsResponse

    Response returned by package stats endpoint.

    interface PackageStatsResponse {
        downloads: DownloadStats;
        versions: string[];
        date?: string;
        favers?: number;
    }
    Index

    Properties

    downloads: DownloadStats

    Aggregate download counts.

    versions: string[]

    Versions included in stats payload.

    date?: string

    Stats collection start date.

    favers?: number

    Packagist favorites plus GitHub stars when present.