PHPackages                             proclame/monday-api-laravel - 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. proclame/monday-api-laravel

ActiveLibrary

proclame/monday-api-laravel
===========================

Laravel wrapper around the monday-api package from tblack-it

v0.4.1(2y ago)535.4k↓37.5%4[1 issues](https://github.com/proclame/monday-api-laravel/issues)MITPHPPHP &gt;=7.2.0

Since Oct 12Pushed 2y ago2 watchersCompare

[ Source](https://github.com/proclame/monday-api-laravel)[ Packagist](https://packagist.org/packages/proclame/monday-api-laravel)[ Docs](https://github.com/proclame/monday-api-laravel)[ RSS](/packages/proclame-monday-api-laravel/feed)WikiDiscussions main Synced 1mo ago

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

monday-api-laravel
==================

[](#monday-api-laravel)

This Laravel package is a wrapper for [tblack-it/monday-api](https://github.com/tblack-it/monday-api).

Because of some changes in Monday's API, it is currently relying on a fork with latest updates. When these get pulled in, will revert to using tblack-it's package.

Licencing
---------

[](#licencing)

Please note, the tblack-it/monday-api package is now GPLv3 Licensed, and so any modifications to that part should be open sourced as well.

This wrapper remains MIT licensed, meaning you can use/transform the code in any way you want.

Install
-------

[](#install)

Via Composer

```
$ composer require proclame/monday-api-laravel
```

This package uses autodiscovery, so you don't have to manually add anything to your config/app.php.

### In case you do not use autodiscovery:

[](#in-case-you-do-not-use-autodiscovery)

Add the ServiceProvider and the Facade to your `config/app.php`:

```
'providers' => [
  ...
  Proclame\Monday\MondayServiceProvider::class,
],
'aliases' => [
  ...
  'Monday' => Proclame\Monday\MondayFacade::class,
]
```

*OPTIONAL* Then run the following command to publish the config to your config/ directory. It should be enough to add MONDAY\_TOKEN=MYTOKEN to your .env file.

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

```
return [
    'monday_token' => 'MYTOKEN', // the token for your tenant on monday.com
];
```

Usage
-----

[](#usage)

```
$all_boards = Monday::getBoards();
```

For more usage information, see [tblack-it/monday-api](https://github.com/tblack-it/monday-api)

Credits
-------

[](#credits)

- [Nick Mispoulier](https://github.com/proclame)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

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

Recently: every ~279 days

Total

6

Last Release

845d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6558f1cda67ae978dd32f4d737418e362482ea1487150a5335514bece4a2b99a?d=identicon)[proclame](/maintainers/proclame)

---

Top Contributors

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

---

Tags

laravelmonday

### Embed Badge

![Health badge](/badges/proclame-monday-api-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/proclame-monday-api-laravel/health.svg)](https://phpackages.com/packages/proclame-monday-api-laravel)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11120.2M21](/packages/anourvalar-eloquent-serialize)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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