PHPackages                             kapilpatel20/bvi-fileupload - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. kapilpatel20/bvi-fileupload

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

kapilpatel20/bvi-fileupload
===========================

File upload, resize image, water mark on images

08PHP

Since Aug 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kapilpatel20/bvi-fileupload)[ Packagist](https://packagist.org/packages/kapilpatel20/bvi-fileupload)[ RSS](/packages/kapilpatel20-bvi-fileupload/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

***Documentation***\* Run below command to install from composer

composer require kapilpatel20/bvi-fileupload dev-master

Add bundle in AppKernel.php in registerBundles function

new BviFileUploadBundle\\BviFileUploadBundle(),

**General Settings**\*\*\*\*

//Water mark tag settings

$data\['watermark'\] = true or false; $data\['main\_water\_mark\_path'\] = // Main water mark thumb image if watermark option true

//Upload file

$info = $this-&gt;get("bvi.helper.upload")-&gt;fileHandler($data,$\_FILES);

params $data as configuration array params $\_FILES as file object

//Generate Thumbs settings

***For example***\*\*\*\*\*\*\*\*\*\*\* $sizeArr = array(); $sizeArr\[0\]\['destW'\] = 165; $sizeArr\[0\]\['destH'\] = 165;

$sizeArr\[1\]\['destW'\] = 350; $sizeArr\[1\]\['destH'\] = 350;

Here params or index key are as:

destW is width of thumb image destH is height of thumb image

$data\['resize'\] = true; $data\['dims\_arr'\] = $sizeArr;

//Upload and generate thumbs file

$info = $this-&gt;get("bvi.helper.upload")-&gt;fileHandler($data,$\_FILES);

//If you want to apply water mark as per generate thumbs:

$dataDimWaterMark = array(); $dataDimWaterMark\[0\] = 'WATER MARK IMAGE PATH ONE'; $dataDimWaterMark\[1\] = 'WATER MARK IMAGE PATH TWO';

$data\['water\_dims\_img'\] = $dataDimWaterMark;

\*/

// Delete a file

$this-&gt;get("bvi.helper.upload")-&gt;removeFiles('MEDIA\_ID','BASIC\_PATH','FILE\_NAME');

\*\*/

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/a01b5229de36fb48363562e0bf375b5ee1d48a4b742364ca03b0731e33bd6fa3?d=identicon)[kapilpatel20](/maintainers/kapilpatel20)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kapilpatel20-bvi-fileupload/health.svg)

```
[![Health](https://phpackages.com/badges/kapilpatel20-bvi-fileupload/health.svg)](https://phpackages.com/packages/kapilpatel20-bvi-fileupload)
```

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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