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

ActiveLibrary

novada/sdk
==========

Official PHP SDK for the Novada API (proxy management, scraping, wallet).

v1.0.0(1mo ago)00MITPHPPHP ^8.1CI passing

Since Jul 11Pushed 1mo agoCompare

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

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

novada-php
==========

[](#novada-php)

[![CI](https://github.com/NovadaLabs/novada-php/actions/workflows/ci.yml/badge.svg)](https://github.com/NovadaLabs/novada-php/actions/workflows/ci.yml)

PHP SDK for the [Novada](https://novada.com) API — proxy management, scraping, and wallet endpoints. PHP 8.1+, PSR-18/PSR-17 HTTP client agnostic (no Guzzle hard dependency).

Install
-------

[](#install)

```
composer require novada/sdk
```

The SDK talks HTTP through [PSR-18](https://www.php-fig.org/psr/psr-18/) (`psr/http-client`) and [PSR-17](https://www.php-fig.org/psr/psr-17/) factories, discovered automatically via [php-http/discovery](https://github.com/php-http/discovery). If your project doesn't already have a PSR-18 client installed, pull in Guzzle:

```
composer require guzzlehttp/guzzle
```

You can also inject your own PSR-18 client/PSR-17 factories via `ClientConfig` — see [Configuration](#configuration) below.

Quick start
-----------

[](#quick-start)

```
