Download the PHP package codelikesuraj/vanguard-php without Composer
On this page you can find all versions of the php package codelikesuraj/vanguard-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codelikesuraj/vanguard-php
More information about codelikesuraj/vanguard-php
Files in codelikesuraj/vanguard-php
Download codelikesuraj/vanguard-php
More information about codelikesuraj/vanguard-php
Files in codelikesuraj/vanguard-php
Vendor codelikesuraj
Package vanguard-php
Short Description "A lightweight PHP SDK for capturing and/or sending application errors to the Vanguard dashboard"
License MIT
Homepage http://vanguard.abdulbakisuraj.com
Package vanguard-php
Short Description "A lightweight PHP SDK for capturing and/or sending application errors to the Vanguard dashboard"
License MIT
Homepage http://vanguard.abdulbakisuraj.com
Please rate this library. Is it a good library?
Informations about the package vanguard-php
Vanguard SDK
Vanguard is a lightweight PHP SDK for capturing errors and exceptions in your PHP applications and sending them to the Vanguard Dashboard. It's designed to be framework-agnostic, with as little external dependencies as possibly, so it can plug into any PHP project.
Features
- Captures uncaught exceptions and PHP runtime errors.
- Normalize exceptions and errors into structured events.
- Fingerprint events for grouping.
- Logs to a local JSON file or send events to the Vanguard Dashboard API
Installation
Usage
How it works
- registers global handlers:
- Errors via set_error_handler()
- Exceptions via set_exception_handler()
- Every captured error and exception is turned into an Event with:
- Context (custom metadata)
- Message
- File path
- Fingerprint (used for grouping)
- Line number
- Type (Exception, Error etc)
- Stacktrace
- Timestamp
- The chosen Transport (File/Http) then decides where the event goes.
Example Event JSON
Roadmap
- [ ] Basic Vanguard dashboard - provide API for logging events per project
- [ ] SDK for other languages (JS, Go)
- [ ] will add others as needed
All versions of vanguard-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-json Version *
ext-json Version *
The package codelikesuraj/vanguard-php contains the following files
Loading the files please wait ...