PHPackages                             ronildo-sousa/devto-for-laravel - 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. ronildo-sousa/devto-for-laravel

ActiveLibrary[API Development](/categories/api)

ronildo-sousa/devto-for-laravel
===============================

A service wrapper around the Dev.to

0.0.1(3y ago)04MITPHPPHP ^8.1

Since May 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Ronildo-Sousa/devto-for-laravel)[ Packagist](https://packagist.org/packages/ronildo-sousa/devto-for-laravel)[ Docs](https://github.com/ronildo-sousa/devto-for-laravel)[ RSS](/packages/ronildo-sousa-devto-for-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (5)Used By (0)

Dev.to for Laravel
==================

[](#devto-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/001a8f66dee9aa75c735b95b3e857586e8f3b8625afe5fe474bddd794a3e83aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f6e696c646f2d736f7573612f646576746f2d666f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ronildo-sousa/devto-for-laravel)[![Total Downloads](https://camo.githubusercontent.com/c26e1fc58d065004537ba35a2912bb98a4c088157e0102606e8875834c9ecc0e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f6e696c646f2d736f7573612f646576746f2d666f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ronildo-sousa/devto-for-laravel)

A service wrapper around the Dev.to API

🛠️ In progress
--------------

[](#️-in-progress)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ronildo-sousa/devto-for-laravel
```

Usage
-----

[](#usage)

See the [documentation](https://developers.forem.com/api/v1) for details

Published articles
------------------

[](#published-articles)

This allows the client to retrieve a list of articles.

```
 DevtoForLaravel::articles()
    ->get();
```

you have some options like:

### Pagination

[](#pagination)

```
 DevtoForLaravel::articles()
    ->perPage(5)
    ->get();
```

### Filters

[](#filters)

```
 DevtoForLaravel::articles()
    ->withTags(['tag1', 'tag2'])
    ->withoutTags(['tag3', 'tag4'])
    ->get();
```

```
 DevtoForLaravel::articles()
    ->from('username')
    ->get();
```

### Sort articles

[](#sort-articles)

This allows to retrieve a list of articles. ordered by descending publish date.

```
 DevtoForLaravel::articles()
    ->latest()
    ->get();
```

### Find by ID

[](#find-by-id)

you can get an article by id:

```
 DevtoForLaravel::articles()
    ->find(258)
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Ronildo Sousa](https://github.com/Ronildo-Sousa)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1099d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80bea0f9da62dd568d68179bc0c11b318518b0fc50feb5fdd0ffe8d3cfd34392?d=identicon)[Ronildo-Sousa](/maintainers/Ronildo-Sousa)

---

Top Contributors

[![Ronildo-Sousa](https://avatars.githubusercontent.com/u/60019987?v=4)](https://github.com/Ronildo-Sousa "Ronildo-Sousa (56 commits)")

---

Tags

laravelRonildo-Sousadevto-for-laravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ronildo-sousa-devto-for-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/ronildo-sousa-devto-for-laravel/health.svg)](https://phpackages.com/packages/ronildo-sousa-devto-for-laravel)
```

###  Alternatives

[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)

PHPackages © 2026

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