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

ActiveLibrary[API Development](/categories/api)

lemmotresto/laravel-moneybird
=============================

Fork of Casdr/laravel-moneybird. Moneybird package for Laravel based on Picq'ers client

v1.2.0(5y ago)01.0kMITPHPPHP &gt;=5.6.0

Since May 25Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

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

[](#laravel-moneybird)

[![Latest Version on Packagist](https://camo.githubusercontent.com/669751e621e449a3d9b33723418450f6f8261b704b05c2cccd2b018bcac2ec47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656d6d6f74726573746f2f6c61726176656c2d6d6f6e6579626972642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lemmotresto/laravel-moneybird)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/fc674bb3817ccbc92d6f1d4860031a0a2e0bf44e3eda1f0e1248f23bc42fbcdf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656d6d6f74726573746f2f6c61726176656c2d6d6f6e6579626972642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lemmotresto/laravel-moneybird/stats)

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

This is an updated and maintained fork of [casdr/laravel-moneybird](https://github.com/casdr/laravel-moneybird).

Install
-------

[](#install)

Via Composer

```
$ composer require lemmotresto/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' => [
  ...
  LemmoTresto\Moneybird\MoneybirdServiceProvider::class,
],
'aliases' => [
  ...
  'Moneybird' => LemmoTresto\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 in your environment file. See `config/moneybird.php` for all environment variables available.

Usage
-----

[](#usage)

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

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

There is additional documentation on the MoneybirdFacade class using phpdoc annotations. For more usage information, see [picqer/moneybird-php-client](https://github.com/picqer/moneybird-php-client)

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

1952d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.0

v1.2.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/552fcc4d4b0827031802a19f6c1319e34d789d85f70008b184cd9761573bb1f9?d=identicon)[LemmoTresto](/maintainers/LemmoTresto)

---

Top Contributors

[![LemmoTresto](https://avatars.githubusercontent.com/u/25307557?v=4)](https://github.com/LemmoTresto "LemmoTresto (9 commits)")[![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

laravelmoneybird

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/lemmotresto-laravel-moneybird/health.svg)](https://phpackages.com/packages/lemmotresto-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)
