# Installation – Member Export bundle

1. [**Installation**](installation.md)
2. [Usage](usage.md)
3. [Developers](developers.md)


## Requirements

Minimum requirements:

 - PHP 5.6
 - [Contao](https://github.com/contao/managed-edition) 4.4
 - [Haste](https://github.com/codefog/contao-haste) 4.17

Excel exports requirements:

 - [PHPExcel](https://github.com/PHPOffice/PHPExcel) 1.8


## Install using Composer

Execute the following command in your Contao 4 project folder:

    $ composer require codefog/contao-member_export
