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

    Interface PackageDist

    Distribution archive reference for a package version.

    interface PackageDist {
        type: string;
        url: string;
        reference?: string;
        shasum?: string;
    }
    Index

    Properties

    type: string

    Archive type, usually zip.

    url: string

    Download URL.

    reference?: string

    Commit/tag reference.

    shasum?: string

    SHA checksum when provided.