venturedrake/laravel-autoscaling

Autoscaling your laravel application

dev-develop 2025-05-24 12:31 UTC

This package is auto-updated.

Last update: 2025-05-24 12:31:33 UTC


README

Latest Version on Packagist MIT Licensed Total Downloads

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.