Introducing Laravel Usage Limiter Package: Track and restrict usage limits for users or accounts.

nabilhassen

nabil hassen

Posted on June 24, 2024

Introducing Laravel Usage Limiter Package: Track and restrict usage limits for users or accounts.

GitHub Repo: https://github.com/nabilhassen/laravel-usage-limiter

Description

A Laravel package to track, limit, and restrict usage limits of users, accounts, or any other model.

With this package, you will be able to set limits for your users, track their usages, and restrict users when they hit their maximum usage limits.

Example use cases:

  • Tracking API usages per-second, per-minute, per-month
  • Tracking resource creation such as projects, teams, users, products
  • Tracking resource usages such as storage
💖 💪 🙅 🚩
nabilhassen
nabil hassen

Posted on June 24, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related