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

    Interface PackageListOptions

    Filters for GET /packages/list.json.

    interface PackageListOptions {
        vendor?: string;
        type?: string;
        fields?: ("repository" | "type" | "abandoned")[];
    }
    Index

    Properties

    Properties

    vendor?: string

    Restrict list to one vendor/organization.

    type?: string

    Restrict list to one Composer package type.

    fields?: ("repository" | "type" | "abandoned")[]

    Extra fields to include for every package.