PHPackages                             okvpn/datadog-orocrm - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. okvpn/datadog-orocrm

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

okvpn/datadog-orocrm
====================

OroCRM/OroPlatform Datadog integration

0.2.1(7y ago)029MITPHPPHP &gt;=7.1

Since Oct 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/okvpn/datadog-orocrm)[ Packagist](https://packagist.org/packages/okvpn/datadog-orocrm)[ RSS](/packages/okvpn-datadog-orocrm/feed)WikiDiscussions master Synced yesterday

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

OroPlatform datadog integration
===============================

[](#oroplatform-datadog-integration)

OroPlatform [Datadog](https://docs.datadoghq.com/getting_started/) integration, that bases on [Symfony datadog bundle](https://github.com/okvpn/datadog-symfony) to monitor and track for application errors and send notifications about them.

[![Build Status](https://camo.githubusercontent.com/834512cc74f1ad838b1e5a2dbd55a5fd1bed563daf069a590f1ab6f867822ee1/68747470733a2f2f7472617669732d63692e6f72672f6f6b76706e2f64617461646f672d6f726f63726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/okvpn/datadog-orocrm) [![Latest Stable Version](https://camo.githubusercontent.com/16fe06dee5305249aa40aadb45b0cec344badb6b412ed8e07f4696c051c91b64/68747470733a2f2f706f7365722e707567782e6f72672f6f6b76706e2f64617461646f672d6f726f63726d2f762f737461626c65)](https://packagist.org/packages/okvpn/datadog-orocrm) [![Latest Unstable Version](https://camo.githubusercontent.com/00582aa895564c91c120f2b262688108759e73d80af33791d08c96b994f4bddd/68747470733a2f2f706f7365722e707567782e6f72672f6f6b76706e2f64617461646f672d6f726f63726d2f762f756e737461626c65)](https://packagist.org/packages/okvpn/datadog-orocrm) [![Total Downloads](https://camo.githubusercontent.com/ad089095fe062aa2f3adaa277b5669b14d43fc4973ebe851fd653d9987e93dd0/68747470733a2f2f706f7365722e707567782e6f72672f6f6b76706e2f64617461646f672d6f726f63726d2f646f776e6c6f616473)](https://packagist.org/packages/okvpn/datadog-orocrm) [![License](https://camo.githubusercontent.com/bfa32c4557a20b892e2e0e3c6ea88f51a97e734f7798df9449e3877915d0049c/68747470733a2f2f706f7365722e707567782e6f72672f6f6b76706e2f64617461646f672d6f726f63726d2f6c6963656e7365)](https://packagist.org/packages/okvpn/datadog-orocrm)

Benefits
--------

[](#benefits)

Use datadog bundle for:

- Monitor production applications in realtime.
- Application performance insights to see when performance is geting degradated.
- Able to raise alarm when MQ is not running or cron is not enabled.
- Access to the `okvpn_datadog.client` through the container.
- Send notification about errors in Slack, email, telegram, etc.
- Create JIRA issue when some alarm/exception triggers using this [plugin](https://www.datadoghq.com/blog/jira-issue-tracking/)

Compatible ORO Platform versions
--------------------------------

[](#compatible-oro-platform-versions)

Supported 2.6.\* - 3.1.\* ORO Platform versions on mysql or postgresql DB.

Install
-------

[](#install)

Install using [composer](https://getcomposer.org/) following the official Composer [documentation](https://getcomposer.org/download/):

1. Install via composer:

```
composer require okvpn/datadog-orocrm

```

2. Delete your cache `rm -rf app/cache/{dev,prod,test}/`
3. Run oro platform update `oro:platform:update --force --skip-search-reindexation`
4. Update `config.yml` to enable

```
okvpn_datadog:
    profiling: true
    namespace: orocrm # You app namespace for custome metric app.*, see https://docs.datadoghq.com/developers/metrics/#naming-metrics

```

See more configuration example [here](https://github.com/okvpn/datadog-symfony)

Custom metrics that provided by OkvpnDatadogBundle
--------------------------------------------------

[](#custom-metrics-that-provided-by-okvpndatadogbundle)

Where `orocrm` metrics namespace.

NameTypeDescriptionorocrm.exceptioncounterTrack how many exception occurred in application per secondorocrm.doctrine.mediangaugeMedian execute time of sql query (ms.)orocrm.doctrine.avggaugeAvg execute time of sql query (ms.)orocrm.doctrine.countrateCount of sql queries per secondorocrm.doctrine.95percentilegauge95th percentile of execute time of sql query (ms.)orocrm.exceptioneventEvent then exception is happensorocrm.http\_requesttimingMeasure timing how long it takes to fully render a pageorocrm.mq.memgaugeGives memory usage by all consumersorocrm.mq.messagestimingGives timing message queue processing statisticsorocrm.mq.consumerssetGives count of running/active consumersorocrm.service:cronservice\_checkTrack the status of cronUsage
-----

[](#usage)

More usage example you can found [here](https://github.com/okvpn/datadog-symfony)

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

4

Last Release

2635d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ab45c38dd8963c58e34948277405642f3e498f5ffc7508cea6e51a5dcdd24f?d=identicon)[vtsykun](/maintainers/vtsykun)

---

Top Contributors

[![vtsykun](https://avatars.githubusercontent.com/u/21358010?v=4)](https://github.com/vtsykun "vtsykun (24 commits)")

---

Tags

orocrm-datadogdogstatsdOro Platformdatadog-orocrm

### Embed Badge

![Health badge](/badges/okvpn-datadog-orocrm/health.svg)

```
[![Health](https://phpackages.com/badges/okvpn-datadog-orocrm/health.svg)](https://phpackages.com/packages/okvpn-datadog-orocrm)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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