PHPackages                             pstpagofacil/sdk-apis-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. pstpagofacil/sdk-apis-php

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

pstpagofacil/sdk-apis-php
=========================

API de Pago Fácil

2.1.5.1(6y ago)06.7k[1 issues](https://github.com/PSTPAGOFACIL/sdk-apis-php/issues)MITPHPPHP &gt;=7.1CI failing

Since Mar 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/PSTPAGOFACIL/sdk-apis-php)[ Packagist](https://packagist.org/packages/pstpagofacil/sdk-apis-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/pstpagofacil-sdk-apis-php/feed)WikiDiscussions master Synced yesterday

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

  ![Pago Fácil SpA Examples](https://camo.githubusercontent.com/48cfc06715904e074820eb5eb393147d36b1fa0cd079b2e1c1ebdcd95897b10d/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6173736574732e7061676f666163696c2e636c2f696d616765732f312d4c6f676f5f637561647261646f2e706e67)

### @pstpagofacil/sdk-apis-php

[](#pstpagofacilsdk-apis-php)

![Status](https://camo.githubusercontent.com/263f3694f42afc27e06a1ff829cd63884893b55624e13a16893dd0a3ba772b94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d6163746976652d737563636573732e737667)[![GitHub Issues](https://camo.githubusercontent.com/f230b1e7eee1c5f1e0e3449624f6170c10872ca80caa36f0560002340a8147e7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f5053545041474f464143494c2f73646b2d617069732d7068702e737667)](https://github.com/PSTPAGOFACIL/sdk-apis-php/issues)[![GitHub Pull Requests](https://camo.githubusercontent.com/7f1072f8901bbd02333921cbf60d85b5fd24947ae48fb7682e7c9b7c7185bc5e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f5053545041474f464143494c2f73646b2d617069732d7068702e737667)](https://github.com/PSTPAGOFACIL/sdk-apis-php/pulls)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](/LICENSE)

---

Pago Fácil APIs PHP SDK
=======================

[](#pago-fácil-apis-php-sdk)

API de Pago Fácil

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.1.5
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

#### Using Packagist

[](#using-packagist)

#### Using GITHUB

[](#using-github)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/PSTPAGOFACIL/sdk-apis-php.git"
    }
  ],
  "require": {
    "PSTPAGOFACIL/sdk-apis-php.git": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
