programster / throttle-mysql-driver
A driver for using MySQL for rate limiting in the programster/throttle package.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:driver
Requires
- php: >=8.1.0
- ext-mysqli: *
- programster/throttle: 0.1.*
README
This package provides a MySQL driver for use with the programster/throttle package. You may wish to use this if your project already uses a MySQL database, and you wish to use it for the required persistence layer for rate limiting.