2017 © Pedro Peláez
 

library medium-rss-parser

Parses a Medium profile's RSS feed and returning easy to use PHP objects for every post sorted by latest date.

image

medium-rss-parser/medium-rss-parser

Parses a Medium profile's RSS feed and returning easy to use PHP objects for every post sorted by latest date.

  • Wednesday, February 21, 2018
  • by Lucaperic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MediumRSSParser

MediumRSSParser is an open source project allowing users to get all their Medium posts and parsing them into easy to use PHP objects due to the lack of GET functionality in Medium's API. Posts are split into:, (*1)

  • Title
  • Link
  • __Publish Date__ (DateTime Object)
  • Summary - first 120 characters of the blog post
  • Header Image - first image to be found in post
  • Full Content - all images and text in post as they appear
  • Content - just the text of the post
  • __Collection of Images__ (Array) - tags for every image in the post

Live Demo

https://lucaperic.com indexes all my Medium posts as an example for this project., (*2)

Downloading and using MediumRSSParser

In order to use MediumRSSParser in your project:, (*3)

You can install via Composer:, (*4)

composer install MediumRSSParser

or just install via:, (*5)

    require('path/to/BlogObject.php');

API Reference

API Reference to come., (*6)

Contributing

Contribution to come., (*7)

The Versions

21/02 2018

dev-master

9999999-dev https://github.com/lucapericlp/MediumRSSParser

Parses a Medium profile's RSS feed and returning easy to use PHP objects for every post sorted by latest date.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

medium parse rss mediumrss medium get medium parser mediumrssparser medium post parser