Download the PHP package emberrenewed/ai-error-laravel without Composer

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

# Laravel AI Error Analyzer **Telescope-grade observability + multi-provider AI explanations, root-cause analysis and auto-fix suggestions for Laravel 11/12/13.** [![Latest Version on Packagist](https://img.shields.io/packagist/v/emberrenewed/ai-error-laravel.svg?style=flat-square)](https://packagist.org/packages/emberrenewed/ai-error-laravel) [![Tests](https://img.shields.io/github/actions/workflow/status/emberrenewed/Ai-error-Laravel/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/emberrenewed/Ai-error-Laravel/actions) [![License](https://img.shields.io/packagist/l/emberrenewed/ai-error-laravel.svg?style=flat-square)](LICENSE) [![PHP](https://img.shields.io/packagist/php-v/emberrenewed/ai-error-laravel.svg?style=flat-square)](composer.json)

โœจ Features

๐Ÿš€ Quick start

Run the queue worker that handles AI calls:

Visit /ai-errors in your browser. Done.

๐Ÿ“ธ Screenshots

Drop screenshots into docs/screenshots/ and link them here:

๐Ÿง  What the AI returns

For every captured exception you get a structured analysis:

๐Ÿ—๏ธ Architecture

๐Ÿงฐ Artisan commands

Command Description
ai-errors:install Publish config/migrations and run them
ai-errors:test Smoke-test the configured AI provider
ai-errors:scan Backfill from storage/logs/laravel.log
ai-errors:analyze {id} Re-run AI analysis on a specific log
ai-errors:clear Purge logs older than retention
ai-errors:monitor Tail recent errors in the terminal

๐Ÿ›ก๏ธ Security

Read SECURITY.md for disclosure policy.

๐Ÿค Contributing

PRs welcome โ€” see CONTRIBUTING.md. Please run:

๐Ÿ“œ License

MIT โ€” see LICENSE.


All versions of ai-error-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
ext-json Version *
ext-mbstring Version *
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/queue Version ^11.0|^12.0|^13.0
illuminate/events Version ^11.0|^12.0|^13.0
guzzlehttp/guzzle Version ^7.8
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 emberrenewed/ai-error-laravel contains the following files

Loading the files please wait ...