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
Requires
- php: >=5.6
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