PHPackages                             devqaly/devqaly-php - 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. devqaly/devqaly-php

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

devqaly/devqaly-php
===================

This package allows you to send events to devqaly while a session is being recorded

v0.1.2(2y ago)061[1 PRs](https://github.com/devqaly/sdk-php/pulls)1MITPHPPHP ^8.1

Since Jun 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devqaly/sdk-php)[ Packagist](https://packagist.org/packages/devqaly/devqaly-php)[ Docs](https://github.com/devqaly/sdk-php)[ RSS](/packages/devqaly-devqaly-php/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (3)Versions (16)Used By (1)

This package allows you to send events to devqaly while a session is being recorded
===================================================================================

[](#this-package-allows-you-to-send-events-to-devqaly-while-a-session-is-being-recorded)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3301f7ca4c3c771a15ad50dd6083b329fa52c81ecadd1c361f541c9cd8ae4fcd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64657671616c792f64657671616c792d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devqaly/devqaly-php)[![Tests](https://camo.githubusercontent.com/6b58da78dad1998be636889df7f913595227ca038784e3e66c4623aa9f3730d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64657671616c792f64657671616c792d7068702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/devqaly/devqaly-php/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/136b43a7fcef52b075f58dde43002452695c336cdb277d127f660afcafa42758/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64657671616c792f64657671616c792d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devqaly/devqaly-php)

This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require devqaly/devqaly-php
```

Usage
-----

[](#usage)

```
$devqaly = new Devqaly\DevqalyClient();

$sessionId = "5b03dfdf-4ad4-40ef-a67e-62b738ab76b6";
$sessionSecret = "icURAAVjCuLFaYEgUdXaW1dkDcqWNZ7bo9J1ibjfhI28xVkzQUdTRCZcsjd9";

$devqaly->createDatabaseEventTransaction($sessionId, $sessionSecret, [
    'sql' => $sql,
    'executionTimeInMilliseconds' => $executionTimeInMilliseconds
]);

$devqaly->createLogEvent($sessionId, $sessionSecret, [
    'level' => $level, // can be 'emergency', 'alert', 'critical', 'error', 'warning', 'notice', 'informational' or 'debug'
    'log' => $log
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [devqaly](https://github.com/devqaly)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Total

13

Last Release

1035d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0680206a7895f0df89def5277748200bc931d39ad9847e0b07105fecdc260413?d=identicon)[bruno.francisco](/maintainers/bruno.francisco)

---

Top Contributors

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

---

Tags

devqalydevqaly-php

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/devqaly-devqaly-php/health.svg)

```
[![Health](https://phpackages.com/badges/devqaly-devqaly-php/health.svg)](https://phpackages.com/packages/devqaly-devqaly-php)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M341](/packages/open-telemetry-sdk)

PHPackages © 2026

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