Skip to content

PHP script to download files and folders from mega.nz

License

Notifications You must be signed in to change notification settings

tuadmin/mega-downloader

 
 

Repository files navigation

mega-downloader

#Introduction

PHP script to download files and folders (as ZIPs) from Mega.co.nz

If you are downloading folder, make sure you have enough local space available.

Legacy standalone version is in branch "standalone": https://github.com/ZonD80/mega-downloader/tree/standalone

#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 ###2016/07/21

  • Typo fix in README.md
  • Standalone version

###2016/07/21

  • using Guzzle library , comodojo/zip and symfony/console(future)
  • using composer to manage package
  • fix origin project that cannot support on Windows and Linux_X86.
  • fix some Undefined messages.
  • remove zipstream.php and use comodojo/zip library

About

PHP script to download files and folders from mega.nz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%