Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eusonlito/amule-php
- Owner: eusonlito
- Created: 2012-11-30T17:13:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T12:04:43.000Z (over 10 years ago)
- Last Synced: 2024-10-18T04:24:46.466Z (26 days ago)
- Language: PHP
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!