movenium/collector-rest-php

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

1.1.3 2020-07-20 07:13 UTC

This package is auto-updated.

Last update: 2024-04-30 00:30:29 UTC


README

Installation with composer

composer require movenium/collector-rest-php

Usage

Login to capi

use movenium\collector;

$collector = new collector();
$collector->login("username", "password");

Fetching data

$collector->findAll("user");

More info

https://api.movenium.com