PHPackages                             backlinklog/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. backlinklog/sdk

ActiveLibrary[API Development](/categories/api)

backlinklog/sdk
===============

PHP SDK for the BacklinkLog Public API

00PHP

Since Apr 18Pushed 1mo agoCompare

[ Source](https://github.com/Backlink-Log/php-sdk)[ Packagist](https://packagist.org/packages/backlinklog/sdk)[ RSS](/packages/backlinklog-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![BacklinkLog PHP SDK Header](https://camo.githubusercontent.com/76f7e9f85aacdb1a3196d93e6b01853325c0f911ac6b25eee3795280a842431c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4261636b6c696e6b4c6f672d5048505f53444b2d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465) ](https://backlinklog.com)

🐘 BacklinkLog PHP SDK
=====================

[](#-backlinklog-php-sdk)

[![Minimum PHP Version](https://camo.githubusercontent.com/22682c0d6966147b3b8fb13fdb228a6ed07c695ac0c8db24338131ff037381bc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d254532253839254135253230372e342d3838393242462e737667)](https://php.net/)[![Packagist Version](https://camo.githubusercontent.com/35aa0505a8725b9cef74aba66c8f41adaeb512ff957473b252371df39366e381/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261636b6c696e6b6c6f672f73646b2e737667)](https://packagist.org/packages/backlinklog/sdk)[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://opensource.org/licenses/MIT)

The official PHP SDK for integrating the **[BacklinkLog Public Data API](https://backlinklog.com)** directly into your PHP application.

[BacklinkLog](https://backlinklog.com) exposes an open public directory containing hundreds of tech domains, startups, sponsors, and country-level keyword insights. Whether you're building a dashboard in Laravel, Symfony, or pure vanilla PHP, this robust package allows you to query domain directories freely with no API keys.

✨ Highlights
------------

[](#-highlights)

- **Standard Compliant**: Supports PSR-4 autoloading via Composer.
- **Zero Heavy Dependencies**: Operates perfectly using native `ext-curl` and `ext-json` without requiring heavy wrappers like Guzzle.
- **Easy Error Resolution**: Graceful Exception handling via structured HTTP status evaluations.

📦 Installation
--------------

[](#-installation)

Require this package with composer:

```
composer require backlinklog/sdk
```

💻 Quick Start
-------------

[](#-quick-start)

```
