Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kosatyi/blogger-php

Simple Blogger Feed Class
https://github.com/kosatyi/blogger-php

blogger blogger-api

Last synced: about 2 months ago
JSON representation

Simple Blogger Feed Class

Awesome Lists containing this project

README

        

# Blogger Feed API



## Installation

### System Requirements

PHP 5.4 and later.

### Dependencies

SDK require the following extension in order to work properly:

- [`curl`](https://secure.php.net/manual/en/book.curl.php)
- [`json`](https://secure.php.net/manual/en/book.json.php)

### Composer

If you’re using [Composer](https://getcomposer.org/), you can run the following command:

```cmd
composer require kosatyi/ipsp-php
```

Or add dependency manually in `composer.json`

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