rekonekt/rekonekt-php-sdk

There is no license information available for the latest version (1.1) of this package.

Rekonekt PHP SDK

1.1 2015-02-25 10:38 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:15:09 UTC


README

Library to help working with Rekonekt API.

Usage with composer

  1. Add this package to your composer.json

    "rekonekt/rekonekt-php-sdk": "~1.0"
  2. Update packages by running

    composer update
    
  3. Use library as shown in examples