LaraTimeCode v0.1.0-alpha.1
Pre-release
Pre-release
·
4 commits
to main
since this release
First public alpha
LaraTimeCode turns failed Laravel HTTP requests into encrypted, locally replayable snapshots and Pest regression-test starting points.
Highlights
- Opt-in failed request capture with atomic encrypted storage
- Recursive redaction for passwords, tokens, cookies, authorization headers, and application-specific fields
- Artisan commands to list, inspect, replay, generate a Pest test, and delete snapshots
- SQL and outbound Laravel HTTP client context
- Bounded retention with PHP 8.2–8.5 and Laravel 12–13 support
- CI, security policy, private vulnerability reporting, and Dependabot protection
Install
composer require "laratimecode/laratimecode:^0.1@alpha"
php artisan vendor:publish --tag=laratimecode-configCapturing is disabled by default. Enable it explicitly only after reviewing the privacy and redaction settings.
This is alpha software. Database rows are not captured or restored, and production concurrency needs broader real-world testing.
Read the documentation, review the roadmap, or start a Discussion.