PHPackages                             fabwebstudio/webline - 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. fabwebstudio/webline

ActiveLibrary

fabwebstudio/webline
====================

Insurance data collector, webline wrapper package for laravel

1.5(10y ago)225MITPHP

Since May 7Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (6)Used By (0)

webline
=======

[](#webline)

Laravel wrapper for webline

\##Installation

Add the following to your require block in composer.json

```
"fabwebstudio/webline":"1.*"
```

\##Configuration Add to your 'config/app.php' (Laravel 5) the service provider:

```
'providers' => [
    // other service providers
    Fabwebstudio\Webline\WeblineServiceProvider::class,
],
```

```
'aliases' => [
'Webline'   => Fabwebstudio\Webline\Facade\Webline::class,
],
```

\##Publish vendor

```
 php artisan vendor:publish

```

Next you can modify the generated configuration file webline.php accordingly.
\##Usage Create object of webline classe to call the api

```
$Webline    = new Webline();

// Get token from webline
$token = $Webline->generateToken();

// Lead data
$lead_data = [
                 'title'     => '',
                 'forename'  => '',
                 'surname'   => '',
                 'dob'       => '',
                 'sex'       => '',
                 'smoker'    => '',
                 'earnings'  => '',
                 'term'      => '',
                 'benefit'   => '',
                 'frequency' => '',
                 'prottype'  => '',
                 'coverbasis' => '',
              ]
// Partner data
$partner_data = [
            'ptnr_title' => '',
            'ptnr_forename' => '',
            'ptnr_surname' => '',
            'ptnr_dob' => '',
            'ptnr_sex' => '',
            'ptnr_smoker' => '',
        ]

$lead_data = array_merge($lead_data,$partner_data);

$Webline->quoteReference(
        $lead_data
 );

$quote_data = $Webline->retrieveQuoteCommand();

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

5

Last Release

3661d ago

### Community

Maintainers

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

---

Top Contributors

[![av-fwstudio](https://avatars.githubusercontent.com/u/1282661?v=4)](https://github.com/av-fwstudio "av-fwstudio (6 commits)")[![urfwstudio](https://avatars.githubusercontent.com/u/76993114?v=4)](https://github.com/urfwstudio "urfwstudio (6 commits)")

### Embed Badge

![Health badge](/badges/fabwebstudio-webline/health.svg)

```
[![Health](https://phpackages.com/badges/fabwebstudio-webline/health.svg)](https://phpackages.com/packages/fabwebstudio-webline)
```

PHPackages © 2026

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