PHPackages                             rbltracker/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rbltracker/sdk

Abandoned → [generatorlabs/sdk](/?search=generatorlabs%2Fsdk)ArchivedLibrary[API Development](/categories/api)

rbltracker/sdk
==============

A PHP wrapper for the RBLTracker API

1.1.0(2y ago)213.8k↑126.7%1MITPHPPHP &gt;=7.4.0

Since Aug 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/rbltracker/rbltracker-php)[ Packagist](https://packagist.org/packages/rbltracker/sdk)[ Docs](https://rbltracker.com)[ RSS](/packages/rbltracker-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (6)DependenciesVersions (8)Used By (0)

Warning

This repository has moved!
--------------------------

[](#this-repository-has-moved)

**rbltracker/rbltracker-php** is no longer maintained. The project has moved to a new home under Generator Labs:

### ➡️ [generator-labs/php-sdk](https://github.com/generator-labs/php-sdk)

[](#️-generator-labsphp-sdk)

Please update your bookmarks, forks, and any references. All future development, issues, and releases will happen in the new repository.

[   ![](https://camo.githubusercontent.com/e4bee3fffa54cf44856874ac44825559f83b7fed44c88ba74ca49ddba0498018/68747470733a2f2f706f7274616c2e72626c747261636b65722e636f6d2f6173736574732f332e31342f696d616765732f72626c747261636b65725f6c6f676f5f6c696768742e737667) ](https://rbltracker.com)[Sign up](https://portal.rbltracker.com/signup/) for a RBLTracker account and visit our [developer site](https://rbltracker.com/docs/api/) for even more details.

PHP Client Library
==================

[](#php-client-library)

The official PHP binding for your RBLTracker service.

Prerequisites
-------------

[](#prerequisites)

Before using this library, you must have:

- A RBLTracker Account, [sign up for a new account](https://portal.rbltracker.com/signup/) or [login to RBLTracker](https://portal.rbltracker.com/login/)
- a valid RBLTracker account SID and auth token, available from the [RBLTracker Portal](https://portal.rbltracker.com/login/)
- PHP &gt;= 7.4
- The PHP JSON extension

Installation
------------

[](#installation)

```
composer require rbltracker/sdk

```

Quickstart
----------

[](#quickstart)

### Get a list of hosts on your account

[](#get-a-list-of-hosts-on-your-account)

```
