Download the PHP package liberusoftware/observability without Composer
On this page you can find all versions of the php package liberusoftware/observability. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download liberusoftware/observability
More information about liberusoftware/observability
Files in liberusoftware/observability
Package observability
Short Description Structured diagnostics, monitoring dashboards, health signals, and redaction defaults.
License MIT
Informations about the package observability
Liberu Observability
Structured diagnostics, exception/job/request monitoring, metrics storage, redaction, and authorized dashboards.
Software · Hosting · Services · Liberu Group
Feature scope
Structured diagnostics, exception/job/request monitoring, metrics storage, redaction, and authorized dashboards. This repository owns this capability as an independently versioned Composer package; hosts integrate it through its declared public boundaries rather than application-specific classes.
Capabilities
foundation.observability
Declared features
- Structured diagnostics
- Exception/job/request monitoring
- Metrics storage
- Redaction
- Authorized dashboards
Requirements and installation
| Dependency | Supported version |
|---|---|
php |
^8.5 |
laravel/horizon |
^5.0 |
laravel/pulse |
^1.7 |
laravel/telescope |
^5.0 |
liberusoftware/module-manager |
^1.0 |
Install the released package from the project root:
The trusted liberusoftware/composer-installer places it in /modules/observability. The installed directory remains tracked by the host repository, while Composer and its lock file remain the source of version truth. Installation does not imply runtime enablement or commercial entitlement.
Architecture and integration
- Composer package:
liberusoftware/observability - Package type:
liberu-module - Installer name:
observability - Category:
foundation - Service provider:
Liberu\Foundation\Observability\ObservabilityServiceProvider - Enabled by default:
no
Public contracts
src/Contracts/Metrics.phpsrc/Contracts/ObservabilityActor.php
Commands
- No console command is provided.
Events
- No package-owned event class is currently published.
Persistence and permissions
database/migrations/2026_06_29_124047_create_telescope_entries_table.phpdatabase/migrations/2026_06_29_124052_create_pulse_tables.php
Authorization remains the host application's responsibility unless a public authorizer contract is listed above. Consumers should grant only the permissions needed for the exported capabilities and must not couple to internal tables or classes.
Testing
The package includes 2 test file(s). From a compatible host checkout, run:
Changes must preserve the manifest, service-provider integration, package boundaries, and PHP/Laravel compatibility declared above.
Security
Do not report security vulnerabilities through public GitHub issues. Email [email protected] with reproduction details and the affected version so the report can be handled privately.
License
This module is open-source software available under the MIT License. The linked licence text is authoritative.
Feedback and contributing
Focused issues and tested pull requests are welcome in the GitHub repository. Keep changes within this module's capability boundary, update tests and documentation, and record user-visible changes in CHANGELOG.md.
Contributors
Thank you to everyone who helps improve Liberu. View the contributors graph.
All versions of observability with dependencies
laravel/horizon Version ^5.0
laravel/pulse Version ^1.7
laravel/telescope Version ^5.0
liberusoftware/module-manager Version ^1.0