PHPackages                             gponty/symfony-monday-api-bundle - 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. gponty/symfony-monday-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

gponty/symfony-monday-api-bundle
================================

Service to use api Monday.com in Symfony

1.072(11mo ago)01.4kMITPHPPHP &gt;=8.1

Since Jun 5Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/gponty/symfony-monday-api)[ Packagist](https://packagist.org/packages/gponty/symfony-monday-api-bundle)[ Docs](https://github.com/gponty/symfony-monday-api)[ RSS](/packages/gponty-symfony-monday-api-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (7)Versions (15)Used By (0)

Symfony Monday API
==================

[](#symfony-monday-api)

This is a Symfony 6/7/8 Bundle that helps you use the Monday.com API v2:

It uses version `2023-10` of the API.

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

[](#installation)

Install the package via Composer:

```
composer require gponty/symfony-monday-api-bundle
```

Usage
-----

[](#usage)

Inject the service into your controller:

```
public function __construct(
    readonly MondayApiService $mondayApiService
) {}
```

Use the service like this:

```
$query = '{
    boards(ids: 123456789) {
        id
        name
        groups {
            id
            title
            items_page(limit: 100, page: 1) {
                cursor
                items {
                    id
                    name
                }
            }
        }
    }
}';

$this->mondayApiService->setApiKey('your-api-key-here');
$response = $this->mondayApiService->request($query);
```

Changelog
---------

[](#changelog)

### Version 1.0.7

[](#version-107)

You must now call `setApiKey()` before using the `request()` method.
You MUST also remove the `config/packages/monday.yaml` file if it exists.

License
-------

[](#license)

This bundle is released under the MIT License. See the LICENSE file for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance62

Regular maintenance activity

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~86 days

Total

10

Last Release

164d ago

PHP version history (2 changes)1.0PHP &gt;=8.1

1.1PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34276317?v=4)[Guillaume Ponty](/maintainers/gponty)[@gponty](https://github.com/gponty)

---

Top Contributors

[![gponty](https://avatars.githubusercontent.com/u/34276317?v=4)](https://github.com/gponty "gponty (14 commits)")

---

Tags

apisymfonybundlemonday

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gponty-symfony-monday-api-bundle/health.svg)

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

PHPackages © 2026

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