marislazda / reamaze-php-sdk
A PHP library for the Reamaze Core API
Installs: 9 007
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
pkg:composer/marislazda/reamaze-php-sdk
Requires
- php: >=5.4.0
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2026-01-12 22:16:06 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