movenium/collector-rest-php

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

Maintainers

Package info

github.com/Movenium/collector-rest-php

pkg:composer/movenium/collector-rest-php

Statistics

Installs: 206

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.3 2020-07-20 07:13 UTC

This package is auto-updated.

Last update: 2026-02-24 13:55:36 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