PHPackages                             devdojo/forrst - 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. devdojo/forrst

ActiveLibrary

devdojo/forrst
==============

48PHP

Since Mar 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/thedevdojo/forrst)[ Packagist](https://packagist.org/packages/devdojo/forrst)[ RSS](/packages/devdojo-forrst/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Forrst API
==========

[](#forrst-api)

A Forrst API Wrapper Package for Laravel 4

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `devdojo/forrst`.

```
"require": {
	"devdojo/forrst": "dev-master"
}

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes, the final step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'Devdojo\Forrst\ForrstServiceProvider',

```

That's it! You're all set to go.

Usage
-----

[](#usage)

Here's an example of how to get the most recent posts.

```

@foreach($forrst->resp->posts as $post)

  print_r($post);

@endforeach
```

For further info on using the Forrst API, be sure to checkout:

Hope you enjoy :)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![tnylea](https://avatars.githubusercontent.com/u/601261?v=4)](https://github.com/tnylea "tnylea (1 commits)")

### Embed Badge

![Health badge](/badges/devdojo-forrst/health.svg)

```
[![Health](https://phpackages.com/badges/devdojo-forrst/health.svg)](https://phpackages.com/packages/devdojo-forrst)
```

PHPackages © 2026

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