PHPackages                             andersevenrud/laravel-1881 - 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. andersevenrud/laravel-1881

ActiveLibrary

andersevenrud/laravel-1881
==========================

Laravel Service Provider for 1881

1.0.3(8y ago)0271MITPHPPHP &gt;=5.6.4

Since Jun 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/andersevenrud/laravel-1881)[ Packagist](https://packagist.org/packages/andersevenrud/laravel-1881)[ RSS](/packages/andersevenrud-laravel-1881/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Laravel Service Provider for 1881
=================================

[](#laravel-service-provider-for-1881)

Uses  to set up a Service Provider for Laravel.

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

[](#installation)

```
composer require andersevenrud/laravel-1881

```

Configuration
-------------

[](#configuration)

In Laravel 5.5 and up, the package will automatically register the service provider and facade.

In L5.4 or below start by registering the package's the service provider and facade:

```
// config/app.php

'providers' => [
    Laravel\DM1881\DM1881ServiceProvider::class,
],

'aliases' => [
  'DM1881' => Laravel\DM1881\Facades\DM1881::class
]

```

Then publish configurations:

```
$ php artisan vendor:publish --provider="Laravel\DM1881\DM1881ServiceProvider"

```

You now have `config/dm1881.php`.

Usage
-----

[](#usage)

```
use DM1881;

function something() {

  $result = DM1881::searchPerson('ola bull');

}

```

Changelog
---------

[](#changelog)

- **1.0.3** - Updated dependencies + added L5.5 auto discovery
- **1.0.2** - Updated dependencies
- **1.0.1** - Updated composer.json
- **1.0.0** - Initial release

License
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~70 days

Total

4

Last Release

3032d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3200ed83a49f1cdef1b8422276fb01e36ba3063879bd73734a5941cb26c38e01?d=identicon)[andersevenrud](/maintainers/andersevenrud)

---

Top Contributors

[![andersevenrud](https://avatars.githubusercontent.com/u/161548?v=4)](https://github.com/andersevenrud "andersevenrud (4 commits)")[![vdbelt](https://avatars.githubusercontent.com/u/11087503?v=4)](https://github.com/vdbelt "vdbelt (2 commits)")

### Embed Badge

![Health badge](/badges/andersevenrud-laravel-1881/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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