PHPackages                             bulldots-bulletpoint/laravel-joyn - 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. [API Development](/categories/api)
4. /
5. bulldots-bulletpoint/laravel-joyn

ActiveLibrary[API Development](/categories/api)

bulldots-bulletpoint/laravel-joyn
=================================

Simple Laravel package for the Joyn API

1(5y ago)07MITPHPPHP ^7.4|^8.0CI failing

Since May 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Bulldots-Bulletpoint/laravel-joyn)[ Packagist](https://packagist.org/packages/bulldots-bulletpoint/laravel-joyn)[ Docs](https://github.com/bulldots-bulletpoint/laravel-joyn)[ RSS](/packages/bulldots-bulletpoint-laravel-joyn/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

\#Laravel Joyn API Package

[![Latest Version on Packagist](https://camo.githubusercontent.com/39f29ef06bac578e8009bcb1550f06c960101098749d0be1f1f21b8ff9a46528/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62756c6c646f74732d62756c6c6574706f696e742f6c61726176656c2d6a6f796e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bulldots-bulletpoint/laravel-joyn)[![Total Downloads](https://camo.githubusercontent.com/d51e0627eeb05997d19c647eeb7e8ee5dca31545385491ae2ca31ded0a7c8c32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62756c6c646f74732d62756c6c6574706f696e742f6c61726176656c2d6a6f796e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bulldots-bulletpoint/laravel-joyn)

Laravel Joyn API Package.

Generate a Joyn QR code that the user can scan after buying products from the shop.

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

[](#installation)

You can install the package via composer:

```
composer require bulldots-bulletpoint/laravel-joyn
```

Usage
-----

[](#usage)

\###Example:

A user buys something from your webshop. After the payment is done an email is send to the user to verify that the order is payed.

You can add the joyn qr code to that email. Example:

Here we add the code in the webhookController

```
        //Http/Controllers/Front/webhookController.php
        ...

        $joyn = new JoynController();
        $auth = $joyn->getAuthorization();
        $result = $joyn->setLoyaltyToken($auth,$order->reference,$payment->paymentData['amount']);

        Mail::send("emails.orderConfirmation", [
            "order"  => $order,
            "joyn"   => $result,
            "status" => "Your order is payed and confirmed."
        ]);

        ...

```

And then you edit the OrderConfirmation mail template:

```
    //resources/views/emails/orderConfirmation.blade.php
    ...

    Joyn points
    Scan QR-Code below with the Joyn-app

    Can't read the QR-Code? Click here

    ...

```

[![joyn-qr-code](joyn-qr.png)](joyn-qr.png)

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Louise Schotte](https://github.com/schottelouise)
- [Olivier Van de Velde](https://github.com/vdvcoder)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Joyn - Public API documentation
-------------------------------

[](#joyn---public-api-documentation)

[https://developer.joyn.be](https://developer.joyn.be/)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1877d ago

### Community

Maintainers

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

---

Top Contributors

[![vdvcoder](https://avatars.githubusercontent.com/u/13916116?v=4)](https://github.com/vdvcoder "vdvcoder (2 commits)")

---

Tags

bulldots-bulletpointlaravel-joyn

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bulldots-bulletpoint-laravel-joyn/health.svg)

```
[![Health](https://phpackages.com/badges/bulldots-bulletpoint-laravel-joyn/health.svg)](https://phpackages.com/packages/bulldots-bulletpoint-laravel-joyn)
```

###  Alternatives

[rapidez/core

Rapidez Core

1823.5k71](/packages/rapidez-core)

PHPackages © 2026

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