PHP code example of jleagle / gazelle-api-client

1. Go to this page and download the library: Download jleagle/gazelle-api-client library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jleagle / gazelle-api-client example snippets


$gazelle = new Gazelle(USER, PASS);

$gazelle->getIndex();
$gazelle->getInbox();
$gazelle->getTopTen();
$gazelle->getRequests();
$gazelle->getArtistBookmarks();
$gazelle->getTorrentBookmarks();
$gazelle->getSubscriptions();
$gazelle->getForumCategories();
$gazelle->getNotifications();
$gazelle->getAnnouncements();