PHPackages                             devquick/report-sdk-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. devquick/report-sdk-php

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

devquick/report-sdk-php
=======================

SDK para capturar y reportar errores a un sistema de monitoreo

v1.0.0(1y ago)07MITPHPPHP &gt;=8.0

Since Feb 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jhonhenrybernal/devquick-sdk-monitor-php)[ Packagist](https://packagist.org/packages/devquick/report-sdk-php)[ RSS](/packages/devquick-report-sdk-php/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![DevQuick Monitor SDK](https://github.com/jhonhenrybernal/devquick-sdk-monitor-php/raw/main/logo_empresa.jpg)](https://github.com/jhonhenrybernal/devquick-sdk-monitor-php/blob/main/logo_empresa.jpg)

DevQuick Monitor SDK para PHP
=============================

[](#devquick-monitor-sdk-para-php)

Descripción
-----------

[](#descripción)

El **DevQuick Monitor SDK** es una librería PHP diseñada para capturar y reportar errores de manera eficiente a un servidor de monitoreo. Facilita la integración con cualquier aplicación PHP, permitiendo registrar excepciones automáticamente.

Características
---------------

[](#características)

- Captura y envía errores automáticamente.
- Integración sencilla con aplicaciones PHP.
- Uso de `dotenv` para configuración flexible.
- Envía los reportes al backend de monitoreo DevQuick.

Requisitos
----------

[](#requisitos)

- PHP 8.0 o superior.
- Composer instalado.
- Extensiones `curl` y `json` habilitadas.

Instalación
-----------

[](#instalación)

Para instalar el SDK en tu proyecto, ejecuta el siguiente comando:

```
composer require devquick/report-sdk-php
```

Configuración
-------------

[](#configuración)

### 1. Crear un archivo `.env`

[](#1-crear-un-archivo-env)

Debes configurar tu API Key y la URL del servidor de monitoreo en un archivo `.env` en la raíz del proyecto:

```
# Configuración de DevQuick Monitor SDK
DEVQUICK_MONITOR_API_KEY=tu_api_key
```

### 2. Cargar las variables de entorno en PHP

[](#2-cargar-las-variables-de-entorno-en-php)

Si estás usando un entorno PHP sin frameworks, asegúrate de cargar el archivo `.env`:

```
require 'vendor/autoload.php';

use Dotenv\Dotenv;

$dotenv = Dotenv::createImmutable(__DIR__);
$dotenv->load();

$apiKey = getenv('DEVQUICK_MONITOR_API_KEY');
```

Licencia
--------

[](#licencia)

Este proyecto está licenciado bajo la licencia MIT. Puedes usarlo libremente en tus proyectos.

Contacto
--------

[](#contacto)

Si necesitas soporte o tienes alguna consulta, puedes contactarnos en:

- **Email:**
- **Sitio web:** [devquick.co](https://devquick.co)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance40

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

500d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40041819?v=4)[Jhon Bernal](/maintainers/jhonhenrybernal)[@jhonhenrybernal](https://github.com/jhonhenrybernal)

---

Top Contributors

[![jhonhenrybernal](https://avatars.githubusercontent.com/u/40041819?v=4)](https://github.com/jhonhenrybernal "jhonhenrybernal (21 commits)")

### Embed Badge

![Health badge](/badges/devquick-report-sdk-php/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299582.7k1](/packages/larabug-larabug)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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