PHPackages                             alisaleem/evaporator - 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. alisaleem/evaporator

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

alisaleem/evaporator
====================

Uploads assets to cloud storage

v1.0.0(4y ago)05[2 PRs](https://github.com/alisaleem27/evaporator/pulls)MITPHPPHP ^8.0

Since Feb 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alisaleem27/evaporator)[ Packagist](https://packagist.org/packages/alisaleem/evaporator)[ Docs](https://github.com/alisaleem/evaporator)[ GitHub Sponsors](https://github.com/alisaleem)[ RSS](/packages/alisaleem-evaporator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (4)Used By (0)

Uploads assets to cloud storage
===============================

[](#uploads-assets-to-cloud-storage)

[![Latest Version on Packagist](https://camo.githubusercontent.com/90ded0614116a176bfdb4a74c26e3817f9dbd3dd6a6c1c803c231e0952e4e5f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6973616c65656d2f657661706f7261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alisaleem/evaporator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/310f881f284e9f814a05d9e0da08e01dc43ead38ae5c2a7843322a870715b87b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c6973616c65656d32372f657661706f7261746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/alisaleem/evaporator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fe642214bd6e6e7807449b8a3b61f47d634dae579ee8ec421a6cb2abd475b503/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c6973616c65656d32372f657661706f7261746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/alisaleem/evaporator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9683702828d37307ef0f37568bc53816bfa3629f275d8048c8cfe82125dd661a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c6973616c65656d2f657661706f7261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alisaleem/evaporator)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require alisaleem/evaporator
```

You can publish the config file with:

```
php artisan vendor:publish --tag="evaporator-config"
```

This is the contents of the published config file:

```
return [
    'include' => [
        public_path('js'),
        public_path('css'),
    ],

    'exclude' => [
        '*.php',
    ],

    'strip_path' => public_path(),

    'prefix_path' => '',

    'disk' => 's3',
];
```

Usage
-----

[](#usage)

```
php artisan evaporator:upload
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ali Saleem](https://github.com/AliSaleem27)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1562d ago

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![alisaleem27](https://avatars.githubusercontent.com/u/28596110?v=4)](https://github.com/alisaleem27 "alisaleem27 (3 commits)")

---

Tags

laravelalisaleemevaporator

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/alisaleem-evaporator/health.svg)

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

###  Alternatives

[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23131.8k](/packages/elegantly-laravel-invoices)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem v1 integration with Laravel

1224.9k2](/packages/codebar-ag-laravel-flysystem-cloudinary)[kalynasolutions/laravel-tus

Laravel package for handling resumable file uploads with tus protocol and native Uppy.js support without additional tus servers

5261.8k1](/packages/kalynasolutions-laravel-tus)

PHPackages © 2026

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