Skip to content

venturedrake/laravel-autoscaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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.

About

Autoscaling your laravel applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages