PHPackages                             appstract/laravel-twikey - 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. appstract/laravel-twikey

AbandonedArchivedLibrary[API Development](/categories/api)

appstract/laravel-twikey
========================

Wrapper for the Twikey PHP Client

1.0.1(5y ago)2474↓50%1MITPHPPHP &gt;=7.2

Since Jul 18Pushed 5y ago4 watchersCompare

[ Source](https://github.com/appstract/laravel-twikey)[ Packagist](https://packagist.org/packages/appstract/laravel-twikey)[ Docs](https://github.com/appstract/laravel-twikey)[ RSS](/packages/appstract-laravel-twikey/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Twikey
==============

[](#laravel-twikey)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8e04e312fef517cf4fef2c0dda4c02349a3e908077643bb57bbe29ce1231b2c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170707374726163742f6c61726176656c2d7477696b65792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-twikey)[![Total Downloads](https://camo.githubusercontent.com/9c946904722f4f740f190478f8376eafa4828d83c4769102935841f279eb2f8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6170707374726163742f6c61726176656c2d7477696b65792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-twikey)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/a3083e6ca8bf89e36454a9d6f6f4e3a92f7fda41125d400ef91d3abc272b2cfd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6170707374726163742f6c61726176656c2d7477696b65792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/appstract/laravel-twikey)

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

[](#installation)

You can install the package via composer:

```
composer require appstract/laravel-twikey
```

Set the following values in your .env file:

```
TWIKEY_API_URL=""
TWIKEY_API_TOKEN=""

```

Usage
-----

[](#usage)

Create an invitation:

```
$invite = Twikey::invite();

$invite->ct = 1234;
$invite->l = 'nl';
$invite->iban = 'GB33BUKB20201555555555';
$invite->bic = 'BUKBGB22';
$invite->email = 'test@example.com';
$invite->reminderDays = 14;

$invite->save();

var_dump($invite->toArray());
```

Find a mandate:

```
$mandate = Twikey::mandate()->find('ABC5');

var_dump($mandate->toArray());
```

Create a transaction:

```
$transaction = Twikey::transaction();
$transaction->mndtId = 'ABC5';
$transaction->message = 'Invoice 1234';
$transaction->amount = '84.32';

$transaction->save();

var_dump($transaction->toArray());
```

Testing
-------

[](#testing)

```
composer test
```

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

[](#contributing)

Contributions are welcome, [thanks to y'all](https://github.com/appstract/laravel-twikey/graphs/contributors) :)

About Appstract
---------------

[](#about-appstract)

Appstract is a small team from The Netherlands. We create (open source) tools for Web Developers and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/appstractnl), [buy us a beer](https://www.paypal.me/appstract/10) or [support us on Patreon](https://www.patreon.com/appstract).

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

Every ~75 days

Total

3

Last Release

1973d ago

Major Versions

0.1.0 → 1.0.02020-07-18

PHP version history (2 changes)0.1.0PHP ^7.0

1.0.1PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/023991fc7edab6ccd9f12aa35fcf31ca4db494bae93f7da0d2310e054aecf6e3?d=identicon)[ovanschie](/maintainers/ovanschie)

---

Top Contributors

[![gizburdt](https://avatars.githubusercontent.com/u/1470623?v=4)](https://github.com/gizburdt "gizburdt (1 commits)")

---

Tags

appstractlaravel-twikey

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/appstract-laravel-twikey/health.svg)

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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