PHPackages                             pago-sh/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. pago-sh/sdk

ActiveLibrary[API Development](/categories/api)

pago-sh/sdk
===========

Pago SDK — A billing platform for the intelligence era

v1.0.0(2d ago)01↑2900%MITPHP &gt;=8.2

Since Jul 4Compare

[ Source](https://github.com/pago-sh/pago-php)[ Packagist](https://packagist.org/packages/pago-sh/sdk)[ Docs](https://pago.sh)[ RSS](/packages/pago-sh-sdk/feed)WikiDiscussions Synced today

READMEChangelogDependencies (7)Versions (3)Used By (0)

Pago PHP SDK
============

[](#pago-php-sdk)

The official PHP SDK for the [Pago](https://pago.sh) API.

> This package is generated from the Pago OpenAPI specification. Do not edit it by hand.

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

[](#requirements)

- PHP 8.2 or newer
- A [PSR-18](https://www.php-fig.org/psr/psr-18/) HTTP client and a [PSR-17](https://www.php-fig.org/psr/psr-17/) factory (auto-discovered)

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

[](#installation)

```
composer require pago-sh/sdk
```

If you do not already have a PSR-18 client installed, add one:

```
composer require guzzlehttp/guzzle
```

Usage
-----

[](#usage)

```
