PHPackages                             ariarijp/cassowary - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ariarijp/cassowary

ActiveFirewall

ariarijp/cassowary
==================

Simple rate-limit firewall.

121PHP

Since May 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ariarijp/cassowary)[ Packagist](https://packagist.org/packages/ariarijp/cassowary)[ RSS](/packages/ariarijp-cassowary/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cassowary
=========

[](#cassowary)

Simple rate-limit firewall.

Requirements
------------

[](#requirements)

PHP 5.5+ and APCu extension or [phpredis extension](https://github.com/phpredis/phpredis) 2.2+ are required.

Installation
------------

[](#installation)

Add these lines to your `composer.json`.

```
"require": {
    "ariarijp/cassowary": "dev-master"
}
```

Usage
-----

[](#usage)

### Using RedisAdapter

[](#using-redisadapter)

```
