PHPackages                             klepak/enterprise-driver-management - 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. klepak/enterprise-driver-management

AbandonedArchivedLibrary

klepak/enterprise-driver-management
===================================

01PHP

Since Jul 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/klepak/enterprise-driver-management)[ Packagist](https://packagist.org/packages/klepak/enterprise-driver-management)[ RSS](/packages/klepak-enterprise-driver-management/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Enterprise Driver Management
============================

[](#enterprise-driver-management)

Automatically generate and maintain driver sets for computer models from HP. Dell, Lenovo and Microsoft coming soon.

Getting started
---------------

[](#getting-started)

### Install package

[](#install-package)

```
composer require klepak/enterprise-driver-management

```

### Publish config

[](#publish-config)

```
php artisan vendor:publish --provider="Klepak\DriverManagement\DriverManagementServiceProvider" --force

```

### Migrate

[](#migrate)

```
php artisan migrate

```

Usage
-----

[](#usage)

### Downloading catalog

[](#downloading-catalog)

#### Console

[](#console)

```
php artisan catalog:update hp,dell,lenovo

```

Only driver packs:

```
php artisan catalog:update hp,dell,lenovo --dpc

```

Only product catalog:

```
php artisan catalog:update hp,dell,lenovo --pc

```

#### Code

[](#code)

```
use Klepak\DriverManagement\Controllers\VendorCatalog\HP\HpDriverPackCatalogController;
use Klepak\DriverManagement\Controllers\VendorCatalog\HP\HpProductCatalogController;

use Klepak\DriverManagement\Controllers\VendorCatalog\Dell\DellDriverPackCatalogController;
use Klepak\DriverManagement\Controllers\VendorCatalog\Dell\DellCatalogPcController;

HpDriverPackCatalogController::checkForCatalogUpdates();
HpProductCatalogController::checkForCatalogUpdates();

DellDriverPackCatalogController::checkForCatalogUpdates();
DellCatalogPcController::checkForCatalogUpdates();
```

### Processing catalog

[](#processing-catalog)

Catalog needs to be downloaded using above steps before processing.

#### Console

[](#console-1)

```
php artisan catalog:process hp,dell,lenovo
```

Only driver packs:

```
php artisan catalog:process hp,dell,lenovo --dpc

```

Only product catalog:

```
php artisan catalog:process hp,dell,lenovo --pc

```

#### Code

[](#code-1)

```
use Klepak\DriverManagement\Controllers\VendorCatalog\HP\HpDriverPackCatalogController;
use Klepak\DriverManagement\Controllers\VendorCatalog\HP\HpProductCatalogController;

use Klepak\DriverManagement\Controllers\VendorCatalog\Dell\DellDriverPackCatalogController;
use Klepak\DriverManagement\Controllers\VendorCatalog\Dell\DellCatalogPcController;

(new HpDriverPackCatalogController)->processCatalog();
(new HpProductCatalogController)->processCatalog();

(new DellDriverPackCatalogController)->processCatalog();
(new DellCatalogPcController)->processCatalog();
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity36

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/8712465c0072cf9165361e9de1be00199befd6e3fdc7097cf6217fc20d9dfc3e?d=identicon)[knutle](/maintainers/knutle)

### Embed Badge

![Health badge](/badges/klepak-enterprise-driver-management/health.svg)

```
[![Health](https://phpackages.com/badges/klepak-enterprise-driver-management/health.svg)](https://phpackages.com/packages/klepak-enterprise-driver-management)
```

PHPackages © 2026

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