2017 © Pedro Peláez
 

library medium-php-reader

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

image

sbuckpesch/medium-php-reader

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

  • Saturday, November 11, 2017
  • by sbuckpesch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 21 % Grown

The README.md

Build Status, (*1)

medium-php-reader

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed., (*2)

Getting Started

$medium = new Medium( '@sbuckpesch' );
$posts  = $medium->getPosts();
foreach ( $posts as $post ) {
    $data                 = $post->toArray();
    echo $post->getPreviewImage( 600 );
    echo date( 'd F Y', $post->getPublishedAt() / 1000 );
}

Installing

Easiest way to add it to your project is by using composer., (*3)

composer require sbuckpesch/medium-php-reader

Contributing

Please read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests to us., (*4)

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository., (*5)

Authors

See also the list of contributors who participated in this project., (*6)

License

This project is licensed under the MIT License - see the [LICENSE.md] file for details, (*7)

Acknowledgments

  • Jason Matthew: https://medium.jasonmdesign.com/display-medium-articles-on-your-site-d772b3b05779
  • Mark Fasel: https://medium.com/statuscode/building-a-basic-web-service-to-display-your-medium-blog-posts-on-your-website-using-aws-api-48597b1771c5

The Versions

11/11 2017

dev-master

9999999-dev https://buckpesch.io

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

  Sources   Download

MIT

The Requires

 

The Development Requires

read posts user php-sdk medium

11/11 2017

1.0.5

1.0.5.0 https://buckpesch.io

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

  Sources   Download

MIT

The Requires

 

The Development Requires

read posts user php-sdk medium

11/11 2017

1.0.4

1.0.4.0 https://buckpesch.io

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

  Sources   Download

MIT

The Requires

 

The Development Requires

read posts user php-sdk medium

11/11 2017

1.0.3

1.0.3.0 https://buckpesch.io

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

  Sources   Download

MIT

The Requires

 

The Development Requires

read posts user php-sdk medium

11/11 2017

1.0.2

1.0.2.0 https://buckpesch.io

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

  Sources   Download

MIT

The Requires

 

The Development Requires

read posts user php-sdk medium

11/11 2017

1.0.1

1.0.1.0 https://buckpesch.io

Easy SDK for reading Medium posts of a user by parsing mediums JSON feed.

  Sources   Download

MIT

The Requires

 

The Development Requires

read posts user php-sdk medium

11/11 2017

1.0.0

1.0.0.0

  Sources   Download

The Requires