#Introduction
PHP script to download files and folders (as ZIPs) from Mega.co.nz.
Does not work with PHP 7.3, as there is no mcrypt extension there.
PRs are welcomed if someone decided to rewrite this without mcrypt support.
If you are downloading folder, make sure you have enough local space available.
#Usage
# download composer.phar
curl -sS https://getcomposer.org/installer | php
# use composer.phar and install required packages.
php composer.phar install
#Sample code You can refer example_file.php and example_folder.php
#Change log Can be found on commits page