PHPackages                             martin3r/platforms-med-entry-exam - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. martin3r/platforms-med-entry-exam

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

martin3r/platforms-med-entry-exam
=================================

Modul für Einstellungsuntersuchungen bei neuen Mitarbeitern

07PHP

Since Feb 17Pushed 4mo agoCompare

[ Source](https://github.com/martin3r-me/platforms-med-entry-exam)[ Packagist](https://packagist.org/packages/martin3r/platforms-med-entry-exam)[ RSS](/packages/martin3r-platforms-med-entry-exam/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Platform Einstellungsuntersuchung
=================================

[](#platform-einstellungsuntersuchung)

Modul für Einstellungsuntersuchungen bei neuen Mitarbeitern.

Übersicht
---------

[](#übersicht)

Dieses Modul verwaltet Einstellungsuntersuchungen:

- Service Provider mit Modul-Registrierung
- Config-Datei mit Navigation und Sidebar
- Routes (Dashboard + Test-Seite)
- Livewire Components (Dashboard, Sidebar, Test)
- Views mit beiden Sidebars (links &amp; rechts)

Struktur
--------

[](#struktur)

```
med-entry-exam/
├── composer.json              # Package-Definition
├── config/
│   └── med-entry-exam.php    # Modul-Konfiguration
├── database/
│   └── migrations/            # Migrationen (optional)
├── resources/
│   └── views/
│       └── livewire/
│           ├── dashboard.blade.php    # Dashboard-View
│           ├── test.blade.php         # Test-Seite
│           └── sidebar.blade.php      # Sidebar-View
├── routes/
│   └── web.php                # Web-Routes
├── src/
│   ├── MedEntryExamServiceProvider.php  # Service Provider
│   └── Livewire/
│       ├── Dashboard.php       # Dashboard Component
│       ├── Test.php           # Test Component
│       └── Sidebar.php        # Sidebar Component
└── README.md                   # Diese Datei

```

Wichtige Komponenten
--------------------

[](#wichtige-komponenten)

### Service Provider

[](#service-provider)

Der `MedEntryExamServiceProvider` ist das Herzstück des Moduls:

1. **register()**: Config wird hier geladen (Laravel Best Practice)
2. **boot()**:
    - Modul wird bei PlatformCore registriert
    - Routes werden geladen (nur wenn Modul aktiv)
    - Views und Livewire-Komponenten werden registriert

### Config-Datei

[](#config-datei)

Die Config (`config/med-entry-exam.php`) definiert:

- **routing**: Route-Modus (path/subdomain) und Prefix
- **navigation**: Hauptnavigation (Icon, Route, Order)
- **sidebar**: Sidebar-Struktur für das Modul

### Routes

[](#routes)

- `/med-entry-exam` → Dashboard
- `/med-entry-exam/test` → Test-Seite

### Livewire Components

[](#livewire-components)

- **Dashboard**: Hauptübersicht
- **Test**: Test-Seite für Entwicklung
- **Sidebar**: Modul-spezifische Sidebar

Composer registrieren
---------------------

[](#composer-registrieren)

Füge das Modul zur Hauptanwendung hinzu:

**In `composer.json` der Hauptanwendung:**

```
{
  "require": {
    "martin3r/platforms-med-entry-exam": "dev-main"
  },
  "repositories": [
    {
      "type": "path",
      "url": "../platform/modules/med-entry-exam"
    }
  ]
}
```

Dann:

```
composer update
```

### Config publizieren (optional)

[](#config-publizieren-optional)

```
php artisan vendor:publish --tag=config --provider="Platform\MedEntryExam\MedEntryExamServiceProvider"
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance51

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

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/624263472b888cbddf2459047c1ab71dafd2a5875da576e3675b9c3584dad922?d=identicon)[martin3r](/maintainers/martin3r)

### Embed Badge

![Health badge](/badges/martin3r-platforms-med-entry-exam/health.svg)

```
[![Health](https://phpackages.com/badges/martin3r-platforms-med-entry-exam/health.svg)](https://phpackages.com/packages/martin3r-platforms-med-entry-exam)
```

###  Alternatives

[boldcommerce/magento2-ordercomments

Magento 2 Module to add a comment field above the place order button in the checkout

170768.1k](/packages/boldcommerce-magento2-ordercomments)[jubeki/laravel-code-style

Combine Custom Fixers with the ruleset of Laravel Pint to fix your code style in Laravel Applications/Packages.

56570.4k8](/packages/jubeki-laravel-code-style)[wikimedia/php-session-serializer

Provides methods like PHP's session\_encode and session\_decode that don't mess with $\_SESSION

211.3M4](/packages/wikimedia-php-session-serializer)[yohang/oossh

Object Oriented SSH for PHP

363.8k](/packages/yohang-oossh)[spaze/csp-config

Build Content Security Policy from a config file

143.5k](/packages/spaze-csp-config)

PHPackages © 2026

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