Installation

The package installs into a Laravel host application.

composer require padosoft/laravel-ai-price-intelligence
php artisan vendor:publish --tag=price-intelligence-config
php artisan migrate

Optional Dependencies

Queues
Rendering
Compliance
Excel

Use laravel/horizon for queue supervision when scraping at volume.

Use spatie/browsershot for JavaScript-heavy pages that cannot be handled by generic HTTP extraction.

Use padosoft/laravel-pii-redactor for redaction and padosoft/laravel-ai-act-compliance for governance bridge records.

Use phpoffice/phpspreadsheet when XLSX import or export is required.

The default LLM driver is fake and deterministic, so local development and CI do not require external model keys.