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

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

zenditplatform/zendit-php-sdk
=============================

PHP client for Zendit API

1.9.0(2mo ago)1204.3k↓47.9%2MITPHPPHP ^7.4 || ^8.0CI passing

Since Jun 27Pushed 2mo ago1 watchersCompare

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

READMEChangelog (9)Dependencies (8)Versions (10)Used By (0)

Zendit SDK for PHP
==================

[](#zendit-sdk-for-php)

The Zendit SDK for PHP allows developers to easily interact with the Zendit API using PHP. The SDK provides convenient methods for making API requests and handling responses, abstracting away the details of HTTP requests.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Also compatible with PHP 8.0 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "zenditplatform/zendit-php-sdk": "^1.0.0"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
