Download the PHP package grazulex/laravel-chronotrace without Composer

On this page you can find all versions of the php package grazulex/laravel-chronotrace. 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 laravel-chronotrace

Laravel ChronoTrace

⏱️ Record and replay Laravel requests deterministically — capture all database queries, cache operations, HTTP calls, and queue jobs for debugging and analysis.

[![Latest Version](https://img.shields.io/packagist/v/grazulex/laravel-chronotrace.svg?style=flat-square)](https://packagist.org/packages/grazulex/laravel-chronotrace) [![Total Downloads](https://img.shields.io/packagist/dt/grazulex/laravel-chronotrace.svg?style=flat-square)](https://packagist.org/packages/grazulex/laravel-chronotrace) [![License](https://img.shields.io/github/license/grazulex/laravel-chronotrace.svg?style=flat-square)](https://github.com/Grazulex/laravel-chronotrace/blob/main/LICENSE.md) [![PHP Version](https://img.shields.io/badge/php-8.3%2B-777bb4?style=flat-square&logo=php)](https://php.net/) [![Laravel Version](https://img.shields.io/badge/laravel-12.x-ff2d20?style=flat-square&logo=laravel)](https://laravel.com/) [![Tests](https://img.shields.io/github/actions/workflow/status/grazulex/laravel-chronotrace/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/Grazulex/laravel-chronotrace/actions) [![Code Style](https://img.shields.io/badge/code%20style-pint-000000?style=flat-square&logo=laravel)](https://github.com/laravel/pint)

📖 Overview

Laravel ChronoTrace is a powerful debugging and monitoring tool for Laravel applications that allows you to:

Perfect for debugging hard-to-reproduce issues, performance analysis, and understanding complex application flows.


✨ Features


📦 Installation

Requirements:


🚀 Quick Start

1️⃣ Install and Configure

2️⃣ Configure Recording Mode

Edit config/chronotrace.php or set environment variables:

3️⃣ Record Traces

For debugging real application issues:

For testing ChronoTrace configuration:

💡 Key Difference: chronotrace:record captures real HTTP requests for debugging actual issues, while chronotrace:test-internal validates that ChronoTrace is properly configured and working.

4️⃣ View Your Traces

5️⃣ Filter Events and Generate Tests


🔧 Storage & Configuration


📊 What Gets Captured

Each trace includes comprehensive information:


🔧 Available Commands

Recording & Analysis Commands

Setup & Testing Commands

Command Examples


📊 Use Cases


🔐 Security & Privacy


🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for details.


📚 Documentation

Pour une documentation complète et détaillée, consultez notre Wiki officiel :


Laravel ChronoTrace is open-sourced software licensed under the MIT license.

Made with ❤️ for the Laravel community


All versions of laravel-chronotrace with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^12.19
nesbot/carbon Version ^3.10
illuminate/contracts Version ^12.0
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 grazulex/laravel-chronotrace contains the following files

Loading the files please wait ....