![CrowdSec Logo](images/logo_crowdsec.png)

# CrowdSec PHP remediation engine

## Installation Guide


<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Requirements](#requirements)
- [Installation](#installation)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->


## Requirements

- PHP >= 7.2.5
- required php extensions : `ext-json`


## Installation

Use `Composer` by simply adding `crowdsec/remediation-engine` as a dependency:

    composer require crowdsec/remediation-engine
