PHPackages                             jasrys/konker-laravel-facade - 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. jasrys/konker-laravel-facade

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

jasrys/konker-laravel-facade
============================

:package\_description

4.0.2(4mo ago)085nonePHP

Since Aug 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Wixen-Music/konker-laravel-facade)[ Packagist](https://packagist.org/packages/jasrys/konker-laravel-facade)[ Docs](https://github.com/jasrys/konker-laravel-facade)[ RSS](/packages/jasrys-konker-laravel-facade/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

KonkerLaravelFacade
===================

[](#konkerlaravelfacade)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c03ecc5d1f002588509cf0c1bbf89acd401a19d7379a3716281404bbf6112f90/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61737279732f6b6f6e6b65722d6c61726176656c2d6661636164652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jasrys/konker-laravel-facade)[![Total Downloads](https://camo.githubusercontent.com/ec16bd5406a4ad227b7e932ddb0f5a52cab3523c628ec42caaedcbaddc8a532c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61737279732f6b6f6e6b65722d6c61726176656c2d6661636164652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jasrys/konker-laravel-facade)[![Build Status](https://camo.githubusercontent.com/011999cd011979c2b1a264656d647902d16d90a845c9c3aeb1865e87833a08fd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a61737279732f6b6f6e6b65722d6c61726176656c2d6661636164652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jasrys/konker-laravel-facade)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require jasrys/konker-laravel-facade
```

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

[](#configuration)

Set these env vars (consumed by `config/konker-laravel-facade.php`):

```
KONKER_BASE_URL=https://konker.wixenmusic.com/
KONKER_ACCESS_TOKEN=your-passport-token

```

Usage
-----

[](#usage)

Read-only wrapper over Konker's `/api/v1`. All resource methods throw `Illuminate\Http\Client\RequestException` on non-2xx responses. List/search methods return `Illuminate\Support\Collection`; `find()` returns `array`.

```
use Jasrys\KonkerLaravelFacade\Facades\Konker;

// Songs (existing — unchanged)
Konker::songs()->search('free fallin');                    // Collection

// Writers
Konker::writers()->find(42);                                // array
Konker::writers()->search('petty');                         // Collection

// Publishers
Konker::publishers()->find(99);                             // array
Konker::publishers()->search('wix');                        // Collection

// Recordings
Konker::recordings()->find(55);                             // array
Konker::recordings()->search('free fallin', exact: true);   // Collection
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [author name](https://github.com/jasrys)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance83

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~330 days

Recently: every ~365 days

Total

6

Last Release

130d ago

Major Versions

1.0.0 → 2.0.02022-02-25

2.0.0 → 3.0.02023-02-15

3.0.0 → 4.0.02023-11-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/11ca5a908b946371df54119caf99782325ba4c93b5307b26eb9c53d11ba729d3?d=identicon)[jasrys](/maintainers/jasrys)

---

Top Contributors

[![ChristopherWixen](https://avatars.githubusercontent.com/u/94919893?v=4)](https://github.com/ChristopherWixen "ChristopherWixen (2 commits)")[![jasrys](https://avatars.githubusercontent.com/u/11322354?v=4)](https://github.com/jasrys "jasrys (2 commits)")[![jasrys-wixen](https://avatars.githubusercontent.com/u/88676583?v=4)](https://github.com/jasrys-wixen "jasrys-wixen (2 commits)")

---

Tags

laravelKonkerLaravelFacade

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jasrys-konker-laravel-facade/health.svg)

```
[![Health](https://phpackages.com/badges/jasrys-konker-laravel-facade/health.svg)](https://phpackages.com/packages/jasrys-konker-laravel-facade)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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