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

    Interface PopularPackagesResponse

    Response returned by GET /explore/popular.json.

    interface PopularPackagesResponse {
        packages: PackageSummary[];
        total: number;
        next?: string | null;
    }
    Index

    Properties

    Properties

    packages: PackageSummary[]

    Popular package summaries.

    total: number

    Total matching packages.

    next?: string | null

    Absolute URL for next page, if present.