kosatyi/blogger-php

v0.0.1 2019-03-01 10:13 UTC

This package is not auto-updated.

Last update: 2024-11-10 03:10:33 UTC


README

Installation

System Requirements

PHP 5.4 and later.

Dependencies

SDK require the following extension in order to work properly:

Composer

If you’re using Composer, you can run the following command:

composer require kosatyi/ipsp-php

Or add dependency manually in composer.json

{
  "require": {
    "kosatyi/blogger-php":"*"
  }
}