PHPackages                             haaruuyaa/xendit-laravel-api - 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. [API Development](/categories/api)
4. /
5. haaruuyaa/xendit-laravel-api

ActiveLibrary[API Development](/categories/api)

haaruuyaa/xendit-laravel-api
============================

This is Xendit API made using Laravel framework

1.0.0(3y ago)015MITPHP

Since Jun 22Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Xendit Laravel API
==================

[](#xendit-laravel-api)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Description
-----------

[](#description)

This PHP Package provides a convenient way to interact with the Xendit Laravel API using PHP Laravel. This package allows you to easily integrate Xendit payment functionality into your PHP applications.

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

[](#installation)

You can install the haaruuyaa\\xendit-laravel-api PHP Package via Composer. Run the following command in your project directory:

```
composer require haaruuyaa/xendit-laravel-api
```

Setup .env
----------

[](#setup-env)

You can put your API Key / Token in the .env file.

```
XENDIT_URL=https://api.xendit.co/
XENDIT_TOKEN=yourtoken
XENDIT_API_VERSION=2020-10-31
```

Usage
-----

[](#usage)

```
use Haaruuyaa\XenditApi\Facades\Ewallet;

// To create an ewallet payment
Ewallet::createPayment();
// To create an ewallet Void
Ewallet::createVoid($id);
// To create an ewallet Refund
Ewallet::createRefund($id);
// To get an update for the ewallet charge status
Ewallet::getPaymentStatus($id);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1107d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d01b255395d728ee1d862e3d815d3b36ad0a2aeaf7454c1f4d911815b5db235?d=identicon)[haaruuyaa](/maintainers/haaruuyaa)

---

Top Contributors

[![hafidzny](https://avatars.githubusercontent.com/u/87640757?v=4)](https://github.com/hafidzny "hafidzny (3 commits)")

### Embed Badge

![Health badge](/badges/haaruuyaa-xendit-laravel-api/health.svg)

```
[![Health](https://phpackages.com/badges/haaruuyaa-xendit-laravel-api/health.svg)](https://phpackages.com/packages/haaruuyaa-xendit-laravel-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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