PHPackages                             xpert/upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. xpert/upload

ActiveLibrary

xpert/upload
============

this package used for file uploading

03PHP

Since Nov 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Ravi-Koriya/package-upload)[ Packagist](https://packagist.org/packages/xpert/upload)[ RSS](/packages/xpert-upload/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

package-Fileupload
==================

[](#package-fileupload)

A package for convenient way to upload files to the different storages

[![Latest Version](https://camo.githubusercontent.com/4cad4fbebea084c0a894a71e5206793473378c0fd79e9cb645daeee9d4d73923/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f726176696b6f726979612f7061636b6167652d66696c6575706c6f61643f7374796c653d666c61742d737175617265)](https://github.com/ravikoriya/package-fileupload/releases)[![Issues](https://camo.githubusercontent.com/2cc565ad7655ca1b0f367a1fd1a20865fd875fdd5d3ad0442ff34c118e0cb924/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f726176696b6f726979612f7061636b6167652d66696c6575706c6f61643f7374796c653d666c61742d737175617265)](https://github.com/ravikoriya/package-fileupload/issues)[![Stars](https://camo.githubusercontent.com/6fcd15c6d5330ae52a3f6821e3fa64272522b9fedcf08e48d5f15274de151a2e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f726176696b6f726979612f7061636b6167652d66696c6575706c6f61643f7374796c653d666c61742d737175617265)](https://github.com/ravikoriya/package-fileupload/stargazers)[![Total Downloads](https://camo.githubusercontent.com/3a2f550b47182f922ea7957b707e5e886f54b444ac85347722c0c16daa9c0b34/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67757a7a6c65687474702f67757a7a6c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guzzlehttp/guzzle)

Installation
------------

[](#installation)

1. Run the command below to add this package:

```
composer require xpert/upload

```

2. Open your `config/app.php` and add the following to the providers array:

```
Xpert\upload\UploadServiceProvider::class
```

3. Open your `config/app.php` and add the following to the aliases array:

```
'FileUpload' => Xpert\upload\Facade\FileuploadFacade::class
```

4. Run the command below to publish the package:

```
php artisan vendor:publish

```

Usage Controller
----------------

[](#usage-controller)

#### To upload file:

[](#to-upload-file)

```
use FileUpload;
public function upload(Request $request)
{
    // This will upload your file to the upload package composer
    FileUpload::upload($request,'uploads/images','img');

}
```

package-FileuploadResize
========================

[](#package-fileuploadresize)

A package for convenient way to upload files to Resize original file and thumbnail

Installation
------------

[](#installation-1)

1. Run the command below to add this package:

```
composer require intervention/image

```

2. Open your `config/app.php` and add the following to the providers array:

```
Intervention\Image\ImageServiceProvider::class
```

3. Open your `config/app.php` and add the following to the aliases array:

```
'ImageResize' => Intervention\Image\Facades\Image::class
```

4. Run the command below to publish the package:

```
php artisan vendor:publish

```

Usage Controller
----------------

[](#usage-controller-1)

#### To upload file:

[](#to-upload-file-1)

```
use FileUpload;
public function uploadWithResize(Request $request)
{
    // This will upload your file to the resize upload.
    FileUpload::uploadResize($request,'uploads/original','uploads/thumbnail','image');

}
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f15306afa64a0b875f1855f3c6cf071e9d2e6559cb911981788b918f2f62cf75?d=identicon)[ravi-koriya](/maintainers/ravi-koriya)

---

Top Contributors

[![ravikoriya07](https://avatars.githubusercontent.com/u/65012085?v=4)](https://github.com/ravikoriya07 "ravikoriya07 (1 commits)")

### Embed Badge

![Health badge](/badges/xpert-upload/health.svg)

```
[![Health](https://phpackages.com/badges/xpert-upload/health.svg)](https://phpackages.com/packages/xpert-upload)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
