An open API service indexing awesome lists of open source software.

https://github.com/vydd/laravel-rate-limit


https://github.com/vydd/laravel-rate-limit

Last synced: 12 months ago
JSON representation

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.