steezer / file-export
The file export library
v1.0.1
2021-10-19 09:28 UTC
Requires
- php: >=5.6
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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