Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IndraGunawan/api-rate-limit-bundle
Rate limits protection for api-platform resources.
https://github.com/IndraGunawan/api-rate-limit-bundle
api-platform php symfony symfony-bundle
Last synced: about 1 month ago
JSON representation
Rate limits protection for api-platform resources.
- Host: GitHub
- URL: https://github.com/IndraGunawan/api-rate-limit-bundle
- Owner: IndraGunawan
- License: mit
- Created: 2017-05-30T11:36:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T08:27:27.000Z (over 2 years ago)
- Last Synced: 2024-10-30T23:40:38.381Z (about 1 month ago)
- Topics: api-platform, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 66
- Watchers: 2
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-made-by-indonesian - ApiRateLimitBundle - `Rate limits protection for api-platform resources.` *by [Indra Gunawan](https://github.com/IndraGunawan)* (A)
- made-in-indonesia - ApiRateLimitBundle - `Rate limits protection for api-platform resources.` *by [Indra Gunawan](https://github.com/IndraGunawan)* (A)
README
ApiRateLimitBundle
==================[![license](https://img.shields.io/github/license/IndraGunawan/api-rate-limit-bundle.svg?style=flat-square)](https://github.com/IndraGunawan/api-rate-limit-bundle/blob/master/LICENSE.md)
[![Travis](https://img.shields.io/travis/IndraGunawan/api-rate-limit-bundle.svg?style=flat-square)](https://travis-ci.org/IndraGunawan/api-rate-limit-bundle)
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/IndraGunawan/api-rate-limit-bundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/IndraGunawan/api-rate-limit-bundle/?branch=master)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/IndraGunawan/api-rate-limit-bundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/IndraGunawan/api-rate-limit-bundle/?branch=master)
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/0d770df0-141c-4e39-b255-71fdb017df41.svg?style=flat-square)](https://insight.sensiolabs.com/projects/0d770df0-141c-4e39-b255-71fdb017df41)
[![Source](https://img.shields.io/badge/source-IndraGunawan%2Fapi--rate--limit--bundle-blue.svg)](https://github.com/IndraGunawan/api-rate-limit-bundle)
[![Packagist](https://img.shields.io/badge/packagist-indragunawan%2Fapi--rate--limit--bundle-blue.svg)](https://packagist.org/packages/indragunawan/api-rate-limit-bundle)This bundle provide rate limits protection for [ApiPlatform](https://api-platform.com) resources.
Documentation
-------------* [Installation](Resources/doc/installation.md)
* [Configuration](Resources/doc/configuration.md)
* [Usage](Resources/doc/usage.md)
* [Disable on development](Resources/doc/usage.md#disable-on-development)
* [Disable rate limit per resource](Resources/doc/usage.md#disable-rate-limit-per-resource)
* [Custom Exception](Resources/doc/usage.md#custom-exception)
* [Custom Cache](Resources/doc/usage.md#custom-cache)
* [Role based rate limit](Resources/doc/usage.md#role-based-rate-limit)License
-------This bundle is under the MIT license. See the complete [license](LICENSE.md)