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.5.0(1y ago)32.0k↓50%4MITPHPPHP ^8.0CI passing

Since Oct 17Pushed 1y 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 1mo ago

READMEChangelog (6)Dependencies (3)Versions (10)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

39

—

LowBetter than 86% of packages

Maintenance48

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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 ~161 days

Recently: every ~288 days

Total

9

Last Release

385d 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 (13 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

[tzsk/otp

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

241641.4k1](/packages/tzsk-otp)[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)
