steezer/file-export

The file export library

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/steezer/file-export

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

This package is auto-updated.

Last update: 2025-09-19 18:09:57 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