marislazda / reamaze-php-sdk
A PHP library for the Reamaze Core API
dev-master / 1.0.x-dev
2017-01-31 12:41 UTC
Requires
- php: >=5.4.0
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2025-06-02 18:54:21 UTC
README
A PHP library for the Reamaze Core API.
This PHP library allows you to easily integrate Reamaze with PHP.
The following PHP extension is required:
- json
- curl
##Installing
composer require "marislazda/reamaze-php-sdk" "1.0.*"
Or by adding the following to your composer.json:
"require": {
"marislazda/reamaze-php-sdk": "1.0.*"
}
Examples
Check out examples directory for usage examples