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

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

timedoor/xendit-php
===================

Xendit PHP SDK

v1.0.2(2y ago)025unlicensePHPPHP ^7.4 || ^8.0

Since Oct 26Pushed 2y agoCompare

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

READMEChangelog (3)Dependencies (4)Versions (3)Used By (0)

[![Xendit PHP SDK](docs/header.jpg "Xendit PHP SDK")](docs/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: 3.4.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": "3.4.0"
  }
}
```

Then run `composer install`

### Autoloading

[](#autoloading)

Download the files and include `autoload.php`:

```
