unload / unload-laravel
Package that makes Laravel work on AWS Lambda with Unload
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.0
- ext-json: *
- aws/aws-sdk-php: ^3.134
- bref/bref: ^2.0.0-beta5
- illuminate/queue: ^6.0|^7.0|^8.0|^9.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- mnapoli/hard-mode: ^0.3.0
- phpstan/phpstan: ^0.12.0
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.6
- symfony/filesystem: ^5.0|^6.0
- symfony/process: ^5.0|^6.0
This package is auto-updated.
Last update: 2025-02-21 09:46:46 UTC
README
This package provides the following benefits:
- it configures Laravel for AWS Lambda environment
- it provides a bridge to run Laravel Queues worker on AWS Lambda
This is extension of default bref laravel bridge package.
Installation
composer require unload/unload-laravel --update-with-dependencies
The application is now ready to be deployed:
unload deploy
Documentation
For full documentation, visit unload.sh.
License
This is an open-source software licensed under the MIT license.