steezer/file-export

The file export library

v1.0.1 2021-10-19 09:28 UTC

This package is auto-updated.

Last update: 2024-05-19 15:31:33 UTC


README

The file export library

Installation

Prerequisites

requires PHP 5.3.3 or greater.

Setup through composer

First, add The file export library to the list of dependencies inside your composer.json:

{
    "require": {
        "steezer/file-export": "~1.0"
    }
}

Then simply install it with composer:

$> composer install --prefer-dist