PHPackages                             sbuckpesch/medium-php-reader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sbuckpesch/medium-php-reader

ActiveLibrary[API Development](/categories/api)

sbuckpesch/medium-php-reader
============================

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

1.0.5(8y ago)053MITPHPPHP &gt;=7.0

Since Nov 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sbuckpesch/medium-php-reader)[ Packagist](https://packagist.org/packages/sbuckpesch/medium-php-reader)[ Docs](https://buckpesch.io)[ RSS](/packages/sbuckpesch-medium-php-reader/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6d333b46f20b18ddf086f19d99241d3ed89d8abafbd39dd408af7e20a1250c85/68747470733a2f2f7472617669732d63692e6f72672f736275636b70657363682f6d656469756d2d7068702d7265616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sbuckpesch/medium-php-reader)

medium-php-reader
=================

[](#medium-php-reader)

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

Getting Started
---------------

[](#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

[](#installing)

Easiest way to add it to your project is by using composer.

```
composer require sbuckpesch/medium-php-reader

```

Contributing
------------

[](#contributing)

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

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/sbuckpesch/medium-php-reader/tags).

Authors
-------

[](#authors)

- **Sebastian Buckpesch** - *Initial work* - [buckpesch.io](https://buckpesch.io)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the \[LICENSE.md\] file for details

Acknowledgments
---------------

[](#acknowledgments)

- Jason Matthew:
- Mark Fasel:

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

3106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6ea5faba3708161643afca786db2be1e96eb48f663a7719c793c9d7a6f65fd3?d=identicon)[sbuckpesch](/maintainers/sbuckpesch)

---

Tags

userreadphp-sdkpostsmedium

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sbuckpesch-medium-php-reader/health.svg)

```
[![Health](https://phpackages.com/badges/sbuckpesch-medium-php-reader/health.svg)](https://phpackages.com/packages/sbuckpesch-medium-php-reader)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[jonathantorres/medium-sdk

Open source SDK for integrating Medium's OAuth2 API.

7933.3k1](/packages/jonathantorres-medium-sdk)[signnow/api-php-sdk

Library to communicate with SignNow API

11138.0k](/packages/signnow-api-php-sdk)[leapfu/cloud-printer

高扩展性云小票打印SDK，支持飞鹅云、芯烨云、易联云、快递100、映美云、佳博云、中午云、优声云等主流云打印服务，兼容 Laravel、ThinkPHP 等主流框架，统一API，易集成，易扩展。

104.5k](/packages/leapfu-cloud-printer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
