PHPackages                             jugalkishoredots/s3-with-watermark - 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. jugalkishoredots/s3-with-watermark

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

jugalkishoredots/s3-with-watermark
==================================

This package helps to storage images with water mark

1.2.0(3y ago)112MITPHP

Since Jan 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dotsquares-ltd/s3-with-watermark)[ Packagist](https://packagist.org/packages/jugalkishoredots/s3-with-watermark)[ RSS](/packages/jugalkishoredots-s3-with-watermark/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

AWS S3 with Watermark Laravel
=============================

[](#aws-s3-with-watermark-laravel)

This package helps to storage images with water mark

Requirements
------------

[](#requirements)

This package requires Laravel 9

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Laravel project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
    composer require jugalkishoredots/s3-with-watermark

    ```
3. Then use this namespace in your controller:

    ```
    use Dotsquares\S3WithWatermark\S3WithWatermarkController;

    ```
4. Use this code example:

```
    $media_path = 'files/test/';
    $watermark = 'images/logo.png'; // if you want to store without WaterMark replace with (null) value.
    $data = S3WithWatermarkController::store($request->file, $media_path, $watermark);
```

Environment Variables
---------------------

[](#environment-variables)

#### AWS Environment Variables

[](#aws-environment-variables)

The package makes use of the existing AWS/S3 configuration within Laravel, so if you've already configured your app to use S3, you are good to go! Of course, provided you are using the most recent AWS/S3 config statements (these were changed not too long ago in Laravel). To make sure, check your `.env` file for the following:

```
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=

```

If you aren't sure what value to use in `AWS_DEFAULT_REGION`, [check this page](https://docs.aws.amazon.com/general/latest/gr/rande.html) for more information (use the value shown in the `Region` column in the table on that page.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e872d19567cca6f137650721f2a7e0a89a85d33cc64c7be0c63987f2598bd2e1?d=identicon)[jugalkishoredots](/maintainers/jugalkishoredots)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jugalkishoredots-s3-with-watermark/health.svg)

```
[![Health](https://phpackages.com/badges/jugalkishoredots-s3-with-watermark/health.svg)](https://phpackages.com/packages/jugalkishoredots-s3-with-watermark)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.6M90](/packages/unisharp-laravel-filemanager)[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

4.0k27.9k](/packages/azuracast-azuracast)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[code16/sharp

Laravel Content Management Framework

79466.1k10](/packages/code16-sharp)[mmes-design/filament-file-manager

A beautiful file manager plugin for Filament. Browse, upload, rename, move and delete files with ease.

163.8k](/packages/mmes-design-filament-file-manager)

PHPackages © 2026

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