Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eusonlito/amule-php

aMule-PHP it's a simple PHP interface to search and download files using the amulecmd command and the amuled daemon
https://github.com/eusonlito/amule-php

Last synced: 6 days ago
JSON representation

aMule-PHP it's a simple PHP interface to search and download files using the amulecmd command and the amuled daemon

Awesome Lists containing this project

README

        

aMule-PHP it's a simple PHP interface to search and download files using the amulecmd command and the amuled daemon

Requires:

* PHP 5.3
* amule (apt-get install amule)
* amulecmd (apt-get install amule-utils)
* amuled (apt-get install amule-daemon)

You can find more information about amule installation and configuration in Wiki Debian - aMule.

Installation
--------
You can download the project with this git command:

$ git clone git://github.com/eusonlito/aMule-PHP.git amule-php

done!