PHPackages                             nextbytetz/laravel\_encryption - 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. nextbytetz/laravel\_encryption

ActiveLibrary

nextbytetz/laravel\_encryption
==============================

performing data encryption for the laravel projects

0426PHP

Since Nov 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dontito94/laravel_encryption)[ Packagist](https://packagist.org/packages/nextbytetz/laravel_encryption)[ RSS](/packages/nextbytetz-laravel-encryption/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel code encryption
=======================

[](#laravel-code-encryption)

this for encrypt laravel project

Installation

Step 1
------

[](#step-1)

At the first, You have to install phpBolt.

Step 2
------

[](#step-2)

Require the package with composer using the following command:

```
composer require nextbytetz/laravel_encryption
```

Step 3
------

[](#step-3)

The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

```
'providers' => [
    // ...
    Nextbyte\Encryption\EncryptionServiceProvider::class,
];
```

Step 4 (Optional)
-----------------

[](#step-4-optional)

You can publish the config file with this following command:

```
php artisan vendor:publish --provider="Nextbyte\Encryption\EncryptionServiceProvider"
```

Usage
-----

[](#usage)

=&gt;some of encryption configuration

```
  'source'      => ['app', 'database', 'routes'], // Path(s) to encrypt
    'destination' => 'encrypted', // Destination path
    'key_length'  => 6, // Encryption key length
    'zip_filename'  => 'folders.zip', // zip filename
    'extract_destination'  => '/home/blessedkono/encrypted/', // destination project path
  'sync_source'  => '/var/www/html/next_task/', // clean source path to sync with destination project
```

Open terminal in project root and run this command:

```
php artisan encrypt-source
```

=&gt; You can zip and move encrypted files to new destination

```
php artisan move-destination
```

=&gt; You can get package updates by simply use composer update

```
composer update nextbytetz/laravel_encryption
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nextbytetz-laravel-encryption/health.svg)

```
[![Health](https://phpackages.com/badges/nextbytetz-laravel-encryption/health.svg)](https://phpackages.com/packages/nextbytetz-laravel-encryption)
```

PHPackages © 2026

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