Download the PHP package kssadi/log-tracker without Composer

On this page you can find all versions of the php package kssadi/log-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package log-tracker


📜 Laravel Log Tracker


Laravel Log Tracker is a powerful, user-friendly package for tracking, analyzing, and managing application logs effortlessly. It provides a real-time dashboard with filtering, insights, and visualization of your log files.

GitHub Repo stars Downloads GitHub license GitHub top language Packagist Version

🚀 Features

Interactive Dashboard – View log statistics with charts & analytics.
Error Pattern Analysis – Identify top error types and peak error hours.
Log Filtering & Searching – Filter logs by level, date, or keywords.
Log File Management – View, download, and delete log files easily.
Customizable Configuration – Define log levels, colors, and icons.

Table of Contents

Supported PHP and Laravel Versions

Laravel Version Supported PHP Versions
12.x 8.1 - 8.4
11.x 8.1 - 8.3
10.x 8.0 - 8.2
9.x 8.0 - 8.1
8.x 7.3 - 8.0
7.x 7.2 - 7.4
6.x 7.2 - 7.4
5.8 7.1 - 7.3
5.7 7.1 - 7.2
5.6 7.0 - 7.2
5.5 7.0 - 7.2

✅ Checked Versions

Laravel Version PHP Version Status
12.x 8.2, 8.4 ✅ Working
11.x 8.2, 8.3 ✅ Working
10.x 8.1, 8.2 ✅ Working
9.x 8.0, 8.1 ⚠️ Not Tested
8.x 7.4, 8.0 ⚠️ Not Tested

Note: If you encounter issues with a specific version, feel free to report them in the issues section.

Installation

  1. Install the package via Composer:

    bash php artisan vendor:publish --provider="Kssadi\LogTracker\LogTrackerServiceProvider" --tag="config" bash LOG_CHANNEL=daily # Recommended for structured logging LOG_LEVEL=debug # Set the minimum log level to be recorded sh git clone https://github.com/your-username/Laravel-Log-Tracker.git cd Laravel-Log-Tracker sh git checkout -b my-new-feature sh git add . git commit -m "Added feature: real-time log monitoring" sh git push origin my-new-feature

Now, go to your forked repository on GitHub and click "New Pull Request" to submit your changes for review.

Author

Name: Khaled Saifullah Sadi
Email: [email protected]

Buy Me a Coffee

License

This package is open-source software licensed under the MIT license.

📝 Changelog

Check out the CHANGELOG for the latest updates and features.

🤝 Support

Need help? Open an Issue or Discussion on GitHub! If you like this project, ⭐️ Star it on GitHub.

Social Handles

LinkedIn Facebook Instagram Twitter Github


Copyright 2025 [Khaled Saifullah Sadi]()


All versions of log-tracker with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
illuminate/support Version >=5.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kssadi/log-tracker contains the following files

Loading the files please wait ....