LaravelPackages.net
Acme Inc.
Toggle sidebar
venturedrake/laravel-autoscaling

Autoscaling your laravel application

534
1
About venturedrake/laravel-autoscaling

venturedrake/laravel-autoscaling is a Laravel package for autoscaling your laravel application. It currently has 1 GitHub stars and 534 downloads on Packagist. Install it with composer require venturedrake/laravel-autoscaling. Discover more Laravel packages by venturedrake or browse all Laravel packages to compare alternatives.

Last updated

# Laravel Autoscaling

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.

Comments