PHPackages                             zovix/zovix - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. zovix/zovix

ActiveLibrary[HTTP &amp; Networking](/categories/http)

zovix/zovix
===========

A Laravel package for making HTTP requests with API key authentication

011PHP

Since Jun 4Pushed 11mo agoCompare

[ Source](https://github.com/zovixio/zovix-laravel)[ Packagist](https://packagist.org/packages/zovix/zovix)[ RSS](/packages/zovix-zovix/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zovix Laravel Package
=====================

[](#zovix-laravel-package)

A Laravel package for making HTTP requests to the Zovix API with API key authentication.

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

[](#installation)

You can install the package via composer:

```
composer require zovix/zovix:dev-main
```

After installing the package, publish the configuration file:

```
php artisan vendor:publish --provider="Zovix\Zovix\ZovixServiceProvider" --tag="config"
```

Configuration
-------------

[](#configuration)

Add the following to your `.env` file:

```
ZOVIX_API_KEY=your_api_key_here
ZOVIX_API_SECRET=your_api_secret_here
```

Usage
-----

[](#usage)

### Using the Facade

[](#using-the-facade)

You can use the Zovix package through its facade:

```
use Zovix\Zovix\Facades\Zovix;

// Get a blockchain address
$address = Zovix::getBlockchainAddress($network, $clientId);

// Get blockchain address index
$addresses = Zovix::getBlockchainAddressIndex($network);

// Get list of deposits
$deposits = Zovix::getDeposits();

// Get list of withdrawals (optionally filter by unique_param)
$withdrawals = Zovix::getWithdrawals($uniqueParam);

// Get list of pending deposits
$pendingDeposits = Zovix::getPendingDeposits();

// Verify Deposit
$verifyDeposit = Zovix::verifyDeposits($transactionId);

// Get list of wallets
$wallets = Zovix::getWallets();

// Get list of available networks
$networks = Zovix::getNetworks();

// Submit a withdrawal (unique_param is required, memo is optional)
$withdrawal = Zovix::withdrawal($currency, $network, $amount, $toAddress, $uniqueParam, $memo);
```

Security
--------

[](#security)

- The package uses `X-API-KEY` header for authentication
- The package uses `X-API-SIGN` header for request signing
- All requests are made over HTTPS
- API keys and secrets should be kept secure and never exposed in client-side code

Support
-------

[](#support)

If you encounter any issues or have questions, please open an issue on GitHub.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a0bbd257c7017105064318cb2c440c4123e441e0882e1d4f51db2d625989fe9?d=identicon)[zovixio](/maintainers/zovixio)

---

Top Contributors

[![zovixio](https://avatars.githubusercontent.com/u/213168875?v=4)](https://github.com/zovixio "zovixio (16 commits)")

### Embed Badge

![Health badge](/badges/zovix-zovix/health.svg)

```
[![Health](https://phpackages.com/badges/zovix-zovix/health.svg)](https://phpackages.com/packages/zovix-zovix)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
