PHPackages                             jonathantorres/laravel-medium-sdk - 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. jonathantorres/laravel-medium-sdk

ActiveLibrary[API Development](/categories/api)

jonathantorres/laravel-medium-sdk
=================================

Laravel Service Provider for Medium's SDK for PHP.

v0.9.0(3y ago)223.9k4MITPHPPHP ^8.0CI failing

Since Apr 6Pushed 3y ago2 watchersCompare

[ Source](https://github.com/jonathantorres/laravel-medium-sdk)[ Packagist](https://packagist.org/packages/jonathantorres/laravel-medium-sdk)[ RSS](/packages/jonathantorres-laravel-medium-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (9)Dependencies (4)Versions (14)Used By (0)

Laravel Medium SDK
==================

[](#laravel-medium-sdk)

[![Tests](https://github.com/jonathantorres/laravel-medium-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/jonathantorres/laravel-medium-sdk/actions/workflows/tests.yml)

Laravel Service Provider for Medium's SDK for PHP. Version `9.x` of the framework is currently supported. Documentation for the SDK can be found [here](https://github.com/jonathantorres/medium-sdk-php).

#### Installation via Composer

[](#installation-via-composer)

```
$ composer require jonathantorres/laravel-medium-sdk
```

#### Register the Service Provider

[](#register-the-service-provider)

Add the Service Provider to your application's `config/app.php` file. Must be added to the `providers` array.

```
'providers' => [
    JonathanTorres\LaravelMediumSdk\LaravelMediumSdkServiceProvider::class,
]
```

#### Publish configuration file

[](#publish-configuration-file)

This will publish the configuration file to your app's `config` directory. The location will be `config/laravel-medium-sdk.php`. Specify your API settings there.

```
php artisan vendor:publish
```

#### Resolve from Laravel's service container

[](#resolve-from-laravels-service-container)

Now just resolve the `JonathanTorres\LaravelMediumSdk\LaravelMediumSdk` class from Laravel's service container and start making requests to Medium's API using your credentials. More details on every method for the SDK can be found [here](https://github.com/jonathantorres/medium-sdk-php).

```
// using the App facade
$medium = App::make(JonathanTorres\LaravelMediumSdk\LaravelMediumSdk::class);

// resolving from a controller method
public function index(JonathanTorres\LaravelMediumSdk\LaravelMediumSdk $medium)
{
    // use $medium here
}
```

#### Running tests

[](#running-tests)

```
$ composer test
```

#### License

[](#license)

This library is licensed under the MIT license. Please see [LICENSE](LICENSE.md) for more details.

#### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more details.

#### Contributing

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for more details.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 99.1% of commits — single point of failure

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 ~164 days

Recently: every ~0 days

Total

13

Last Release

1394d ago

PHP version history (4 changes)v0.1.0PHP &gt;=5.5.0

v0.6.0PHP ^7.2.5|^8.0

v0.8.0PHP ^7.3|^8.0

v0.9.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ce2b58ac5128f6b7bd2492f593f561a50b5de982f2add14548b9ae5a0b4e46c?d=identicon)[jonathantorres](/maintainers/jonathantorres)

---

Top Contributors

[![jonathantorres](https://avatars.githubusercontent.com/u/195615?v=4)](https://github.com/jonathantorres "jonathantorres (108 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (1 commits)")

---

Tags

laravelmediummedium-apiphplaravelmediummedium api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonathantorres-laravel-medium-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/jonathantorres-laravel-medium-sdk/health.svg)](https://phpackages.com/packages/jonathantorres-laravel-medium-sdk)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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