Download the PHP package techcontributors/logpulse without Composer
On this page you can find all versions of the php package techcontributors/logpulse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download techcontributors/logpulse
More information about techcontributors/logpulse
Files in techcontributors/logpulse
Download techcontributors/logpulse
More information about techcontributors/logpulse
Files in techcontributors/logpulse
Vendor techcontributors
Package logpulse
Short Description Centralized audit logging SaaS for Laravel applications.
License MIT
Package logpulse
Short Description Centralized audit logging SaaS for Laravel applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package logpulse
TechContributors LogPulse
Simple and lightweight audit logging for Laravel applications.
Log important actions from your application and send them securely to your centralized logging service.
🚀 Installation
Install the package via Composer:
⚙️ Publish Configuration
Publish the config file:
This will create:
config/log-pulse.php
🔑 Environment Setup
Add the following to your .env file:
🧠 Configuration Options
| Option | Description |
|---|---|
| LOG_PULSE_ENABLED | Enable or disable logging |
| LOG_PULSE_API_KEY | Your application API key |
✍️ Usage
You can log any action using the LogPulse facade.
📌 Parameters
| Parameter | Required | Description |
|---|---|---|
| action | Yes | What happened |
| resource | Yes | Where it happened |
| meta | No | Extra contextual data |
| appUserId | No | Application user ID |
✅ Example Use Cases
- User login / logout tracking
- Model create / update / delete
- Order actions
- Admin activities
- Security monitoring
- Custom business events
💡 Notes
- Logging runs safely in background when queue is enabled.
- If queue worker is not running, logs will still be processed.
- No database setup required.
All versions of logpulse with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/http Version ^9.0|^10.0|^11.0|^12.0
illuminate/queue Version ^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/http Version ^9.0|^10.0|^11.0|^12.0
illuminate/queue Version ^9.0|^10.0|^11.0|^12.0
The package techcontributors/logpulse contains the following files
Loading the files please wait ...