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)