PHPackages                             plainmark/sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. plainmark/sdk-php

ActiveLibrary[API Development](/categories/api)

plainmark/sdk-php
=================

Plainmark SDK provides access to the Plainmark Analytical Engine

016PHP

Since Dec 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/plainmark/sdk-php)[ Packagist](https://packagist.org/packages/plainmark/sdk-php)[ RSS](/packages/plainmark-sdk-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Plainmark SDK
=============

[](#plainmark-sdk)

Plainmark SDK for PHP is a simple class that provides a wrapper for HTTP-based RESTful interface to the [Plainmark analytical engine](http://plainmark.com).

It allows to query Plainmark database for applications tested and to request an application to be analyzed.

The SDK contains results interpretor - it allows to convert raw analytical data into human-readable format: application's five-point rating and its explanation (annotation).

Installation
------------

[](#installation)

If using Composer, add our package to your `composer.json` and run `composer update`.

```
"require": {
	"plainmark/sdk-php": "dev-master"
}

```

Otherwise, you can simply include `plainmark.php` file into your source code.

Using of the library
--------------------

[](#using-of-the-library)

You can find examples on how to use the library in the `tests` folder. Typical usage is:

### Preface

[](#preface)

```
