Download the PHP package rbltracker/sdk without Composer
On this page you can find all versions of the php package rbltracker/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sdk
Sign up for a RBLTracker account and visit our developer site for even more details.
PHP Client Library
The official PHP binding for your RBLTracker service.
Prerequisites
Before using this library, you must have:
- A RBLTracker Account, sign up for a new account or login to RBLTracker
- a valid RBLTracker account SID and auth token, available from the RBLTracker Portal
- PHP >= 7.4
- The PHP JSON extension
Installation
Quickstart
Get a list of hosts on your account
That will output a PHP array that looks like this:
Documentation
Full API documentation is available from the RBLTracker developer site.
Release History
v1.1.0
- updated to the use the new API endpoint URL
- added strict type requirements; bumped minimum version to PHP 7.4
- added support for Monitoring Profiles, moving away from RBL Profiles
- added support for the ACLs endpoint to pull the list of DNS servers used for checks
v1.0.3
- fixed a typo in RBLTrackerException.php where it was using short open tags.
- changed array() instances to [].
- updated classes to use the final keyword.
v1.0.2
- updated to support the RBLTracker API v3.6
- added manual RBL check support
- refactored the code layout to make it easier to override the URL for testing
v1.0.1
- updated to support the RBLTracker API v3.4
v1.0.0
- Initial release
All versions of sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package rbltracker/sdk contains the following files
Loading the files please wait ....