https://github.com/vydd/laravel-rate-limit
https://github.com/vydd/laravel-rate-limit
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vydd/laravel-rate-limit
- Owner: vydd
- Created: 2017-09-19T08:53:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T19:52:44.000Z (almost 9 years ago)
- Last Synced: 2025-07-18T16:04:49.489Z (about 1 year ago)
- Language: PHP
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Rate Limit
Simple RESTfull api service.
Endpoints:
http://homestead.app/api/greet/{name} -> return a json response with the name passed in the url.
Rate limit set to 10 requests per minute: created custom middleware that extend the Throttle class and override the buildResponse method.