ursaevandrey/allpositions

Client for AllPositions API

Maintainers

Package info

github.com/ursaevandrey/allpositions

Issues

pkg:composer/ursaevandrey/allpositions

Statistics

Installs: 69

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2016-06-09 17:22 UTC

This package is not auto-updated.

Last update: 2026-04-03 17:02:24 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);