PHPackages                             skip-pay/skippay-payments-php-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. skip-pay/skippay-payments-php-sdk

ActiveLibrary[API Development](/categories/api)

skip-pay/skippay-payments-php-sdk
=================================

API documentation for Skip Pay partners.

139PHP

Since Feb 20Pushed 2y ago2 watchersCompare

[ Source](https://github.com/skip-pay/skippay-payments-php-sdk)[ Packagist](https://packagist.org/packages/skip-pay/skippay-payments-php-sdk)[ RSS](/packages/skip-pay-skippay-payments-php-sdk/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

[![](./docs/logo.webp)](./docs/logo.webp)

skippay-php-sdk [![composer](https://camo.githubusercontent.com/50991f9aec7e5b10c5faadcf72686638642cd147af37c03147ae50d5813bde4e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f736b69707061792f736b69707061792d7068702d73646b)](https://camo.githubusercontent.com/50991f9aec7e5b10c5faadcf72686638642cd147af37c03147ae50d5813bde4e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f736b69707061792f736b69707061792d7068702d73646b) [![php](https://camo.githubusercontent.com/0b6cff8dd21fbe37903cc35062b350a75a46133fc3f0043aef9cf5d77ab7a31c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2533453d253230372e342d626c7565)](https://camo.githubusercontent.com/0b6cff8dd21fbe37903cc35062b350a75a46133fc3f0043aef9cf5d77ab7a31c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2533453d253230372e342d626c7565)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#skippay-php-sdk--)

- PHP client for API documentation for Skip Pay partners.
- API version: 1.0

For more information, please visit [our developer portal](https://www.developers.skippay.cz)

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

[](#installation)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/skip-pay/skippay-payments-php-sdk"
    }
  ],
  "require": {
    "skippay/skippay-payments-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
