kosatyi / blogger-php
Blogger Feed API
v0.0.1
2019-03-01 10:13 UTC
Requires
- php: >=5.4.0
- ext-curl: *
- kosatyi/datamodel: ^0.0.2
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":"*" } }