ursaevandrey/allpositions

Client for AllPositions API

Installs: 69

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/ursaevandrey/allpositions

1.0.0 2016-06-09 17:22 UTC

This package is not auto-updated.

Last update: 2025-10-31 15:07:07 UTC


README

Client for AllPositions API

Installation

Via composer

Run this:

composer require ursaevandrey/allpositions

or add to the require section of your composer.json

"ursaevandrey/allpositions": "~1.0.0"

Usage

$allpositions_client = new allpositions\api\Client(API_KEY);
$projects = $allpositions_client->getProjects();

var_dump($projects);