Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kosatyi/blogger-php
- Owner: kosatyi
- License: mit
- Created: 2016-03-27T11:25:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T12:57:10.000Z (over 3 years ago)
- Last Synced: 2024-03-15T15:34:06.864Z (9 months ago)
- Topics: blogger, blogger-api
- Language: PHP
- Homepage: https://kosatyi.com/blogger-php/
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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":"*"
}
}
```