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 1y agoCompare

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

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 4% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity15

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

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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