Download the PHP package ronu/laravel-app-context without Composer
On this page you can find all versions of the php package ronu/laravel-app-context. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ronu/laravel-app-context
More information about ronu/laravel-app-context
Files in ronu/laravel-app-context
Package laravel-app-context
Short Description Multi-channel application context management for Laravel with JWT and API Key authentication
License MIT
Informations about the package laravel-app-context
Laravel App Context
Multi-channel application context management for Laravel (JWT + API key auth) with channel detection, context-aware rate limiting, and audit logging.
- Documentation: documentation/index.md
Requirements
- PHP 8.2+
- Laravel 11.x or 12.x
php-open-source-saver/jwt-auth2.x
Installation
Publish config:
Quickstart
1) Configure a channel in config/app-context.php:
2) Apply the middleware group:
Configuration
- Config lives in
config/app-context.php(publish tag:app-context-config). - Environment variable reference: documentation/02-configuration/01-env-vars.md
- Full config reference: documentation/02-configuration/00-configuration-reference.md
Common scenarios
1) Mobile app with JWT scopes
2) Partner API with API keys
3) Admin dashboard (subdomain detection)
More scenarios: documentation/03-usage/02-scenarios.md
Edge scenarios
Common edge cases include config caching, queue workers, burst traffic, tenant mismatches, and JWT blacklist races.
See: documentation/03-usage/03-edge-and-extreme-scenarios.md
API reference
- Public API
- Middleware
- Artisan commands
Troubleshooting
Start here: documentation/05-quality/02-troubleshooting.md
Contributing / Security
- Security
- Testing
Start here: documentation/index.md
All versions of laravel-app-context with dependencies
illuminate/support Version ^11.0|^12.0
illuminate/http Version ^11.0|^12.0
illuminate/routing Version ^11.0|^12.0
illuminate/cache Version ^11.0|^12.0
php-open-source-saver/jwt-auth Version ^2.0