pleper/api

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

PlePer API wrapper

v0.1.2 2020-07-22 13:11 UTC

This package is not auto-updated.

Last update: 2025-05-16 22:42:45 UTC


README

A basic PHP wrapper to work with PlePer API

Installation

It's easiest to install and use the library via Composer.

Step 1: Add to the requires section of your composer.json file.

"require": {
    "pleper/api": "dev-master"
}

Step 2: Install

composer install