PHPackages                             payzcore/payzcore-php - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. payzcore/payzcore-php

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

payzcore/payzcore-php
=====================

Official PHP SDK for PayzCore - Blockchain Transaction Monitoring API

1.0.2(2mo ago)00MITPHPPHP &gt;=8.1

Since Mar 1Pushed 2mo agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

PayzCore PHP SDK
================

[](#payzcore-php-sdk)

Official PHP SDK for the PayzCore blockchain transaction monitoring API.

Important
---------

[](#important)

**PayzCore is a blockchain monitoring service, not a payment processor.** All payments are sent directly to your own wallet addresses. PayzCore never holds, transfers, or has access to your funds.

- **Your wallets, your funds** — You provide your own wallet (HD xPub or static addresses). Customers pay directly to your addresses.
- **Read-only monitoring** — PayzCore watches the blockchain for incoming transactions and sends webhook notifications. That's it.
- **Protection Key security** — Sensitive operations like wallet management, address changes, and API key regeneration require a Protection Key that only you set. PayzCore cannot perform these actions without your authorization.
- **Your responsibility** — You are responsible for securing your own wallets and private keys. PayzCore provides monitoring and notification only.

Requirements
------------

[](#requirements)

- PHP 8.1+
- ext-curl
- ext-json
- ext-hash

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

[](#installation)

### Composer (recommended)

[](#composer-recommended)

```
composer require payzcore/payzcore-php
```

### Manual

[](#manual)

Download the `src/` directory and use PSR-4 autoloading, or require files manually.

Quick Start
-----------

[](#quick-start)

```
