PHPackages                             633labs/633logs-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. 633labs/633logs-sdk-php

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

633labs/633logs-sdk-php
=======================

Official 633Logs PHP/Laravel SDK for HMAC-signed exception and log ingest

v1.0.0(1mo ago)00MITPHPPHP ^8.1

Since Jul 16Pushed 1mo agoCompare

[ Source](https://github.com/633Labs/633logs-sdk-php)[ Packagist](https://packagist.org/packages/633labs/633logs-sdk-php)[ Docs](https://logs.633labs.com/docs)[ RSS](/packages/633labs-633logs-sdk-php/feed)WikiDiscussions main Synced 1w ago

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

633Logs PHP / Laravel SDK
=========================

[](#633logs-php--laravel-sdk)

Official PHP client for [633Logs](https://logs.633labs.com) — exception tracking and structured log ingest.

Repository: [github.com/633labs/633logs-sdk-php](https://github.com/633labs/633logs-sdk-php)

Install
-------

[](#install)

```
composer require 633labs/633logs-sdk-php
```

Laravel package auto-discovery registers the service provider and `Logs633` facade.

Publish config (optional):

```
php artisan vendor:publish --tag=logs633-config
```

Environment
-----------

[](#environment)

```
LOGS633_CLIENT_KEY=your-client-key
LOGS633_CLIENT_SECRET=your-client-secret
LOGS633_ENABLED=true
LOGS633_ENVIRONMENT=production
LOGS633_RELEASE=v1.0.0
LOGS633_SERVICE=api
```

Quick start
-----------

[](#quick-start)

```
use LabsLogs\Facades\Logs;

Logs::captureException($e);
Logs::error('payment failed', ['order_id' => 123]);
Logs::flush();
```

Automatic exception reporting: extend `LabsLogs\LogsExceptionHandler` from your app exception handler.

Features
--------

[](#features)

- HMAC-SHA256 request signing
- Exception, message, and structured log ingest
- Batch ingest
- Scopes, tags, context, breadcrumbs
- Sensitive-field scrubbing
- Sampling, retries, buffered flush
- Optional Laravel queue delivery (`LOGS633_QUEUE=true`)
- `before_send_exception` / `before_send_log` hooks
- Request context middleware

Authentication
--------------

[](#authentication)

Requests are signed as `HMAC-SHA256(secret, timestamp + "." + body)` with headers:

- `X-Client-Key`
- `X-Timestamp`
- `X-Signature`

Default endpoint: `https://logs.633labs.com/api`

Requirements
------------

[](#requirements)

- PHP 8.1+
- `ext-curl`, `ext-json`
- Laravel 8+ (for provider / facade / middleware; core client works in plain PHP)

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7044766?v=4)[Go0se](/maintainers/go0sedev)[@go0sedev](https://github.com/go0sedev)

---

Top Contributors

[![go0sedev](https://avatars.githubusercontent.com/u/7044766?v=4)](https://github.com/go0sedev "go0sedev (1 commits)")

---

Tags

laravelloggingerrorsobservabilityexception tracking633logs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/633labs-633logs-sdk-php/health.svg)

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

###  Alternatives

[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

92237.4M37](/packages/bugsnag-bugsnag-laravel)

PHPackages © 2026

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