PHPackages                             arispati/laravel-encrypt-file - 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. [Security](/categories/security)
4. /
5. arispati/laravel-encrypt-file

ActiveLibrary[Security](/categories/security)

arispati/laravel-encrypt-file
=============================

Laravel package for encrypt and decrypt file

v0.1.0(4y ago)16MITPHPPHP ^7|^8

Since Nov 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/arispati/laravel-encrypt-file)[ Packagist](https://packagist.org/packages/arispati/laravel-encrypt-file)[ RSS](/packages/arispati-laravel-encrypt-file/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Encrypt File
====================

[](#laravel-encrypt-file)

Laravel library for encrypt and decrypt file

How to Install
--------------

[](#how-to-install)

- Install with composer

```
composer require arispati/laravel-encrypt-file
```

How to Use
----------

[](#how-to-use)

```
use Arispati\LaravelEncryptFile\Crypt;

// set file path
$source = Storage::disk('local')->path('image.jpg');
$encrypted = Storage::disk('local')->path('encrypted.jpg');
$decrypted = Storage::disk('local')->path('decrypted.jpg');

// Encrypt the file
Crypt::encrypt($source, $encrypted);

// Decrypt the file
Crypt::decrypt($encrypted, $decrypted);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

1642d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

decryptionencryptionfilelaravel

### Embed Badge

![Health badge](/badges/arispati-laravel-encrypt-file/health.svg)

```
[![Health](https://phpackages.com/badges/arispati-laravel-encrypt-file/health.svg)](https://phpackages.com/packages/arispati-laravel-encrypt-file)
```

###  Alternatives

[illuminate/encryption

The Illuminate Encryption package.

9229.7M280](/packages/illuminate-encryption)[tzsk/otp

A secure, database-free One-Time Password (OTP) generator and verifier for PHP and Laravel.

241641.4k1](/packages/tzsk-otp)[genealabs/laravel-governor

Managing policy and control in Laravel.

201262.8k](/packages/genealabs-laravel-governor)[dgtlss/warden

A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email

8745.6k](/packages/dgtlss-warden)[ercsctt/laravel-file-encryption

Secure file encryption and decryption for Laravel applications

642.6k](/packages/ercsctt-laravel-file-encryption)[laragear/poke

Keep your forms alive, avoid TokenMismatchException by gently poking your Laravel app

2211.5k](/packages/laragear-poke)

PHPackages © 2026

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