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
Requires
- php: >=5.3.0
- ext-json: *
- lib-curl: *
This package is not auto-updated.
Last update: 2024-10-26 18:01:07 UTC
README
Library to help working with Rekonekt API.
Usage with composer
-
Add this package to your composer.json
"rekonekt/rekonekt-php-sdk": "~1.0"
-
Update packages by running
composer update
-
Use library as shown in examples