Reference implementations for Upload-Interop.

Maintainers

Package info

github.com/upload-interop/impl

pkg:composer/upload-interop/impl

Statistics

Installs: 16

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-01-19 16:01 UTC

This package is auto-updated.

Last update: 2026-02-19 16:07:15 UTC


README

PDS Skeleton PDS Composer Script Names

Reference implementation of upload-interop/interface.

Installation

Install this package via Composer:

$ composer require upload-interop/impl

Usage

Create an array of Upload instances from $_FILES like so:

use UploadInterop\Impl\UploadFactory;

$uploads = new UploadFactory()->newUploadsFromFiles($_FILES);