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. [API Development](/categories/api)
4. /
5. proclame/monday-api-laravel

ActiveLibrary[API Development](/categories/api)

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

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

v0.4.1(2y ago)541.3k↑32.9%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 3d 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 57% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

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

892d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2464413?v=4)[Nick Mispoulier](/maintainers/proclame)[@proclame](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M134](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M89](/packages/openai-php-laravel)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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