PHPackages                             ndum/laravel-seb - 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. ndum/laravel-seb

ActiveLaravel[Security](/categories/security)

ndum/laravel-seb
================

Laravel Package for generating encrypted SEB (Safe Exam Browser) client configurations

v1.6.0(1mo ago)33.2k↑25%4MITPHPPHP ^8.0CI passing

Since Oct 17Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/ndum/laravel-seb)[ Packagist](https://packagist.org/packages/ndum/laravel-seb)[ RSS](/packages/ndum-laravel-seb/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (6)Versions (12)Used By (0)

laravel-seb
===========

[](#laravel-seb)

This Laravel-Package provides the possibility to generate encrypted [SEB](https://safeexambrowser.org/news_de.html) (Safe Exam Browser) configurations. its mainly used to generate automatic seb-exams configurations with secure defaults options.

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

[](#requirements)

Laravel 8 or newer with php8 and enabled ext-openssl, ext-zlib

Limititations
-------------

[](#limititations)

Its can only be used for password-encrypted exams (client-configurations currently are not supported)

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

[](#installation)

Install via Composer.

```
$ composer require ndum/laravel-seb
```

Examples
--------

[](#examples)

***NOTE:*** For production - Please use secure passwords and a secure seb-config!

### Parameters

[](#parameters)

```
$sebConfig = seb-config as json-array (show examples/example_seb_config.json)
$startPassword = encryption-password as string
$quitPassword = close-password as string
$adminPassword = admin-password as string

```

##### Traditionally:

[](#traditionally)

```
use Ndum\Laravel\SebConfigGenerator;
use Storage;

$config = Storage::disk('local')->get('/examples/example_seb_config.json'); // just as example...
$startPassword = 'test';
$quitPassword = 'test';
$adminPassword = 'test';

$sebConfig = json_decode($config, true);

$generator = new SebConfigGenerator();
$encryptedSebConfig = $generator->createSebConfig($sebConfig, $startPassword, $quitPassword, $adminPassword);
dd($encryptedSebConfig);
```

##### Facade:

[](#facade)

```
use Ndum\Laravel\Facades\SebConfigGenerator;
use Storage;

$config = Storage::disk('local')->get('/examples/example_seb_config.json'); // just as example...
$startPassword = 'test';
$quitPassword = 'test';
$adminPassword = 'test';

$sebConfig = json_decode($config, true);

$encryptedSebConfig = SebConfigGenerator::createSebConfig($sebConfig, $startPassword, $quitPassword, $adminPassword);
dd($encryptedSebConfig);
```

Issues / Contributions
----------------------

[](#issues--contributions)

Directly via [GitHub](https://github.com/ndum/laravel-seb/issues)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE-File](LICENSE) for details

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance90

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~185 days

Recently: every ~384 days

Total

10

Last Release

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f862f9b54b198a56652db65035e528a5780b86bc65ae3ded55dfe07107ac599?d=identicon)[ndum](/maintainers/ndum)

---

Top Contributors

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

---

Tags

encryptionexamslaravelpbkdf2php80safeexambrowserseblaravelxmlplistsebexamsSafe Exam BrowserExam Configurations

### Embed Badge

![Health badge](/badges/ndum-laravel-seb/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.7k](/packages/illuminate-database)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/filesystem

The Illuminate Filesystem package.

16165.1M3.2k](/packages/illuminate-filesystem)[illuminate/cache

The Illuminate Cache package.

12937.0M1.8k](/packages/illuminate-cache)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/session

The Illuminate Session package.

9939.3M849](/packages/illuminate-session)

PHPackages © 2026

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