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

    Interface DownloadStats

    Aggregate download counts.

    interface DownloadStats {
        total: number;
        monthly: number;
        daily: number;
    }
    Index

    Properties

    Properties

    total: number

    Total downloads.

    monthly: number

    Downloads in last month.

    daily: number

    Downloads in last day.