For AI agents: visit https://laravel-paket.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Implementation Highlights
- Designed to work with Laravel.
- Strict typed code.
- Non extendable classes declared as final.
- Using contracts to keep high customization capabilities.
- Using traits to get functionality out of the box.
- Throws only custom exceptions with
PaketThrowable interface.
- Doesn't require database.
- Laravel Horizon or default Illuminate Queue.
- Covered with PHPUnit tests (todo).