Sabnzbd PHP API

Got a program that plays well with SABnzbd? Share it here!
Post Reply
bram2w
Newbie
Newbie
Posts: 1
Joined: February 23rd, 2010, 12:00 pm

Sabnzbd PHP API

Post by bram2w »

I wrote an basic API in PHP for Sabnzbd the API self is object orientated programmed.
It is very easy to program new functions in the API.

I wrote an very very basic web Interface for your mobile phone.
- Showing the downloads
- remove, pause and resume
- global pause
- global resume
- shutdown, restart
It uses the API so you can learn how to use the API.

The only thing you need to do is open API/Config.ini and set your host, port and API key.
It is also possible to set authentication, in the Config.ini set authenticate = 1 and user and pass your username and password.

I forgot to say you must have cURL on your server!

If you have questions post them here.

Download: http://sabnzbd-php-api.ineedtoknow.nl/download.php
Last edited by bram2w on February 24th, 2010, 7:24 am, edited 1 time in total.
Post Reply