Download the PHP package borgstein/logstream-laravel without Composer
On this page you can find all versions of the php package borgstein/logstream-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download borgstein/logstream-laravel
More information about borgstein/logstream-laravel
Files in borgstein/logstream-laravel
Download borgstein/logstream-laravel
More information about borgstein/logstream-laravel
Files in borgstein/logstream-laravel
Vendor borgstein
Package logstream-laravel
Short Description Laravel client for the Logstream logging API
License MIT
Package logstream-laravel
Short Description Laravel client for the Logstream logging API
License MIT
Please rate this library. Is it a good library?
Informations about the package logstream-laravel
logstream-laravel
Laravel client for Logstream.
Install
Service provider and Facade are auto-discovered.
Configuration
Publish the config file:
Add to .env:
Usage
Option A — Facade
Option B — Laravel Log channel
In config/logging.php:
Then use as any Laravel log channel:
Async logging
Set LOGSTREAM_ASYNC=true in .env. Logs will be dispatched as queued jobs — requires a configured queue driver.
Level mapping
| Laravel | Logstream |
|---|---|
debug |
DEBUG |
info, notice |
INFO |
warning |
WARN |
error, critical, alert, emergency |
ERROR |
All versions of logstream-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
psr/log Version ^2.0|^3.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/queue Version ^10.0|^11.0|^12.0
illuminate/log Version ^10.0|^11.0|^12.0
psr/log Version ^2.0|^3.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/queue Version ^10.0|^11.0|^12.0
illuminate/log Version ^10.0|^11.0|^12.0
The package borgstein/logstream-laravel contains the following files
Loading the files please wait ...