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

    Interface PackageListEntry

    Extra package data returned by listPackages({ fields }).

    interface PackageListEntry {
        repository?: string;
        type?: string;
        abandoned?: string | boolean;
    }
    Index

    Properties

    repository?: string

    Source repository URL.

    type?: string

    Composer package type, such as library or composer-plugin.

    abandoned?: string | boolean

    Abandoned marker, or replacement package name when Packagist provides one.