berdidajohnlouise/file-upload

A package for uploading files in php

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/berdidajohnlouise/file-upload

dev-main 2023-07-02 08:16 UTC

This package is auto-updated.

Last update: 2025-09-29 03:14:12 UTC


README

File Upload Test

A simple file upload that save files to directory and return file path using PHP 7+.

Installation

$ composer require berdidajohnlouise/file-upload

Usage

$filepath = new FileUploader($file, 'your-storage-path');