PHPackages                             bernhardk/laravel-bios2000 - 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. bernhardk/laravel-bios2000

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

bernhardk/laravel-bios2000
==========================

Laravel package for the ERP system "BIOS2000" by Brumund GmbH

1.1.1(1y ago)01.0k1MITPHP

Since Nov 28Pushed 1y ago1 watchersCompare

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

READMEChangelog (5)DependenciesVersions (26)Used By (0)

BIOS2000 for Laravel
====================

[](#bios2000-for-laravel)

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

[](#requirements)

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

[](#installation)

```
composer require bernhardk/laravel-bios2000

```

In ".env" the following needs to be added and configured:

```
BIOS_CONNECTION=mssql
BIOS_HOST=...
BIOS_PORT=1433
BIOS_USERNAME=...
BIOS_PASSWORD=...
BIOS_DB_S=...
BIOS_DB_M=...
BIOS_DB_A=...

```

In config/database.php the following Connection needs to be added:

```
'bios2000' => [
    'database' => env('BIOS_DB_M'),
    'driver' => env('BIOS_CONNECTION'),
    'host' => env('BIOS_HOST'),
    'port' => env('BIOS_PORT'),
    'username' => env('BIOS_USERNAME'),
    'password' => env('BIOS_PASSWORD'),
    'dba' => env('BIOS_DB_A'),
    'dbs' => env('BIOS_DB_S'),
],

```

Allowed methods
---------------

[](#allowed-methods)

To find allowed methods you can simply print

```
get_class_methods(app()->bios2000);

```

After that use one of the resultet methods and print that method like

```
get_class_methods(app()->bios2000->archive());

```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance43

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 86.4% 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 ~96 days

Recently: every ~446 days

Total

25

Last Release

453d ago

Major Versions

v0.0.20 → v1.0.02020-05-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4f440ff1868f64184a193d2ebd17d478faf2f90da3a940e06e9e92e624a5982?d=identicon)[BernhardK](/maintainers/BernhardK)

---

Top Contributors

[![BernhardK91](https://avatars.githubusercontent.com/u/5526334?v=4)](https://github.com/BernhardK91 "BernhardK91 (38 commits)")[![stmunker](https://avatars.githubusercontent.com/u/122808271?v=4)](https://github.com/stmunker "stmunker (6 commits)")

### Embed Badge

![Health badge](/badges/bernhardk-laravel-bios2000/health.svg)

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

PHPackages © 2026

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