Blogger Feed API

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":"*"
  }
}