Metapackage that lists all the packages that exports data
Metapackage that lists all the packages that exports data
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-export-suite": "^2"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Those packages are not explicitely declared but included by the cascade of dependancies
php-extended/php-export-csv
php-extended/php-export-object
MIT (See license file).