PHPackages                             nextgen-tech/ewus-laravel - 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. [Framework](/categories/framework)
4. /
5. nextgen-tech/ewus-laravel

ActiveLibrary[Framework](/categories/framework)

nextgen-tech/ewus-laravel
=========================

v1.0.0(5y ago)323MITPHPPHP ^7.3CI failing

Since Sep 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nextgen-tech/ewus-laravel)[ Packagist](https://packagist.org/packages/nextgen-tech/ewus-laravel)[ RSS](/packages/nextgen-tech-ewus-laravel/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Laravel eWUŚ
============

[](#laravel-ewuś)

This package is Laravel wrapper for [nextgen-tech/ewus](https://github.com/nextgen-tech/ewus-php) package.

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

[](#requirements)

VersionLaravelPHP1.x&gt;= 6.0&gt;= 7.3Installation
------------

[](#installation)

```
composer require nextgen-tech/ewus-laravel
```

Next run artisan command to set current password to eWUŚ:

```
php artisan ewus:password --init
```

Configuration (.env)
--------------------

[](#configuration-env)

### Base

[](#base)

- **EWUS\_SANDBOX\_MODE** (*default: false*) - disables/enables sandbox mode
- **EWUS\_CONNECTION** (*default: http*) - connection used for communication

### Connection

[](#connection)

- **EWUS\_CONNECTION\_TIMEOUT** (*used only by http connection*) - duration to timeout request, in seconds

### Password

[](#password)

- **EWUS\_PASSWORD\_LENGTH** (*default: 8*) - random generated password length

### Credentials

[](#credentials)

- **EWUS\_CREDENTIALS\_DOMAIN** - operator domain
- **EWUS\_CREDENTIALS\_LOGIN** - operator login
- **EWUS\_CREDENTIALS\_OPERATOR\_ID** (*default: null*) - operator identificator, required only for certain domains
- **EWUS\_CREDENTIALS\_OPERATOR\_TYPE** (*default: null*) - operator type, required only for certain domains

Scheduling password changes
---------------------------

[](#scheduling-password-changes)

eWUŚ requires password changes every two weeks. We recommend changing it more frequently to be sure it will not expire. To automate this process you can create schedule which will call artisan command:

```
// app/Console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // other schedules

    $schedule->command('ewus:password --random')->weeklyOn(1, '00:00');
}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~7 days

Total

4

Last Release

2088d ago

Major Versions

v0.2.0 → v1.0.02020-10-13

PHP version history (2 changes)v0.0.1PHP ^7.2|^8.0

v1.0.0PHP ^7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/95dd08b3f7f83eedb53d6a13b37a9c2121336d1ae1615e79d5b274e59d32ead8?d=identicon)[Dartui](/maintainers/Dartui)

---

Top Contributors

[![Dartui](https://avatars.githubusercontent.com/u/2657856?v=4)](https://github.com/Dartui "Dartui (10 commits)")

---

Tags

ewuslaravelphppolish-insurance

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nextgen-tech-ewus-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/nextgen-tech-ewus-laravel/health.svg)](https://phpackages.com/packages/nextgen-tech-ewus-laravel)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M186](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M566](/packages/laravel-boost)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M299](/packages/laravel-horizon)

PHPackages © 2026

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