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

ActiveLibrary[API Development](/categories/api)

endpay/endpay-sdk
=================

Endpay PHP SDK

1.2.0(5y ago)114MITPHPPHP &gt;=7.0

Since May 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/endpay/endpay-php)[ Packagist](https://packagist.org/packages/endpay/endpay-sdk)[ Docs](https://endpay.cl)[ RSS](/packages/endpay-endpay-sdk/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Endpay PHP SDK
==============

[](#endpay-php-sdk)

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

[](#requirements)

- PHP &gt;= 7.0

Install
-------

[](#install)

Install package via composer

```
composer require endpay/endpay-sdk

```

Documentation
-------------

[](#documentation)

Usage
-----

[](#usage)

### Instance and set configurations

[](#instance-and-set-configurations)

```
use Endpay\Endpay;

$endpay = new Endpay();

$endpay->setCommerceId('commerceId');
$endpay->setApiKey('apiKey');
```

### Create a payment

[](#create-a-payment)

Documentation:

```
$payment = $endpay->payments()->create([
    'subject' => 'Prueba desde SDK PHP',
    'amount' => 1
]);
```

### Read a payment

[](#read-a-payment)

Documentation:

```
$paymentData = $endpay->payments()->read($payment['id']);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

4

Last Release

1842d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.0

1.0.1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/eff69080e11b802916a684308c13b0392c3e4b347aabd18906290601a1e51c3d?d=identicon)[siturra](/maintainers/siturra)

---

Top Contributors

[![sebaiturravaldes](https://avatars.githubusercontent.com/u/11622941?v=4)](https://github.com/sebaiturravaldes "sebaiturravaldes (13 commits)")

---

Tags

chilecomposerpagosphpwebpayphpapisdkchilewebpaypagos

### Embed Badge

![Health badge](/badges/endpay-endpay-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/endpay-endpay-sdk/health.svg)](https://phpackages.com/packages/endpay-endpay-sdk)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[php-opencloud/openstack

PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi

2292.2M24](/packages/php-opencloud-openstack)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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