PHPackages                             casdr/laravel-moneybird - 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. casdr/laravel-moneybird

ActiveLibrary[API Development](/categories/api)

casdr/laravel-moneybird
=======================

Moneybird package for Laravel based on Picq'ers client

v1.1.0(7y ago)810.8k↓25%7MITPHPPHP &gt;=5.5.0

Since May 25Pushed 5y ago2 watchersCompare

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

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

laravel-moneybird
=================

[](#laravel-moneybird)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b8c318cc4bf3979ff3132262eaf67514e07f2f8bc7dbbc800adf87ca740a9d50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63617364722f6c61726176656c2d6d6f6e6579626972642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/casdr/laravel-moneybird)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/917a02381879c5cebbe1857460d8c8d3dace6fadd6b379ea635263984ba517c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63617364722f6c61726176656c2d6d6f6e6579626972642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/casdr/laravel-moneybird/stats)

This Laravel package is a wrapper for [picqer/moneybird-php-client](https://github.com/picqer/moneybird-php-client).

Install
-------

[](#install)

Via Composer

```
$ composer require casdr/laravel-moneybird
```

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider and the Facade to your `config/app.php`:

```
'providers' => [
  ...
  Casdr\Moneybird\MoneybirdServiceProvider::class,
],
'aliases' => [
  ...
  'Moneybird' => Casdr\Moneybird\MoneybirdFacade::class,
]
```

Then run the following command to publish the config to your config/ directory.

```
$ php artisan vendor:publish --tag=config
```

You then need to generate an application in the Moneybird interface and set the configuration for this module.

```
return [
    'redirect_uri' => 'urn:ietf:wg:oauth:2.0:oob',
    'client_id' => 'ij8uhui34g1409fn', // The client ID of your Moneybird application
    'client_secret' => 'hu4ht89y0rfhbsduofas', // The client secret of your Moneybird application
    'authorization_token' => '', // The authorization token for your account (https://developer.moneybird.com/authentication/#authentication) (optional)
    'access_token' => '', // The access token for your account  (optional)
    'administration_id' => '' // The administration ID you want to use (optional)
];
```

Usage
-----

[](#usage)

```
$contact = Moneybird::contact();

$contact->company_name = 'BlaLabs';
$contact->firstname = 'Cas';
$contact->lastname = 'de Reuver';
$contact->save();
```

For more usage information, see [picqer/moneybird-php-client](https://github.com/picqer/moneybird-php-client)

Credits
-------

[](#credits)

- [Cas de Reuver](https://github.com/casdr)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~223 days

Total

3

Last Release

2828d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7041290?v=4)[Cas de Reuver](/maintainers/casdr)[@casdr](https://github.com/casdr)

---

Top Contributors

[![casdr](https://avatars.githubusercontent.com/u/7041290?v=4)](https://github.com/casdr "casdr (8 commits)")[![proclame](https://avatars.githubusercontent.com/u/2464413?v=4)](https://github.com/proclame "proclame (1 commits)")

---

Tags

laravelmoneybirdlaravelmoneybird

### Embed Badge

![Health badge](/badges/casdr-laravel-moneybird/health.svg)

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

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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