Search by

berdidajohnlouise / file-upload

berdidajohnlouise

A package for uploading files in php

Package info

github.com/berdidajohnlouise/file-upload

pkg:composer/berdidajohnlouise/file-upload

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-08-29 03:04:43 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');