Installs: 16

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/upload-interop/impl

1.x-dev 2026-01-19 15:56 UTC

This package is auto-updated.

Last update: 2026-01-19 15:56:36 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);