PHPackages                             xendit/xendit-php-clients - 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. xendit/xendit-php-clients

Abandoned → [xendit/xendit-php](/?search=xendit%2Fxendit-php)Library[HTTP &amp; Networking](/categories/http)

xendit/xendit-php-clients
=========================

Xendit PHP SDK

7.0.0(11mo ago)184187.9k↓31.7%90[23 issues](https://github.com/xendit/xendit-php/issues)unlicensePHPPHP ^7.4 || ^8.0

Since Aug 12Pushed 7mo ago57 watchersCompare

[ Source](https://github.com/xendit/xendit-php)[ Packagist](https://packagist.org/packages/xendit/xendit-php-clients)[ Docs](https://openapi-generator.tech)[ RSS](/packages/xendit-xendit-php-clients/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (83)Used By (0)

[![Xendit PHP SDK](images/header.jpg "Xendit PHP SDK")](images/header.jpg)

Xendit PHP SDK
==============

[](#xendit-php-sdk)

The official Xendit PHP SDK provides a simple and convenient way to call Xendit's REST API in applications written in PHP.

- Package version: 7.0.0

Getting Started
===============

[](#getting-started)

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

[](#installation)

### Requirements

[](#requirements)

PHP 7.4 and later.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/xendit/xendit-php.git"
    }
  ],
  "require": {
    "xendit/xendit-php": "7.0.0"
  }
}
```

Then run `composer install`

### Autoloading

[](#autoloading)

Download the files and include `autoload.php`:

```
