venturedrake / laravel-autoscaling
Autoscaling your laravel application
dev-develop
2025-05-24 12:31 UTC
Requires
- php: ^8.3
- illuminate/contracts: ^10.0||^11.0||^12.0
- laravel/forge-sdk: ^3.22
- spatie/laravel-package-tools: ^1.16
- webinarium/linode-api: ^3.5
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
This package is auto-updated.
Last update: 2025-05-24 12:31:33 UTC
README
Autoscaling for your Laravel applications managed by Laravel Forge.
Laravel autoscaling is a simple package to help you manage vertical and horizontal scaling by setting a pre-defined schedule to resize your Linode servers according to expected demand.
Installation
You can install the package via composer:
composer require venturedrake/laravel-autoscaling
You can publish the config file with:
php artisan vendor:publish --tag="autoscaling-config"
Usage
php artisan autoscaling:run
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Roadmap
- Scheduled veritcal scaling (DONE)
- Scheduled horizontal scaling
- Auto scaling based on CPU/Memory usage
- AI powered auto scaling
- Support for other cloud providers (AWS, DigitalOcean, etc.)
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.