PHPackages                             sushchytest/laravel-presenters-test - 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. [Templating &amp; Views](/categories/templating)
4. /
5. sushchytest/laravel-presenters-test

ActiveLibraly[Templating &amp; Views](/categories/templating)

sushchytest/laravel-presenters-test
===================================

v1.1(8y ago)0121[1 issues](https://github.com/sushchyktest/laravel-presenters-test/issues)MITPHPPHP ^7.0

Since Jan 14Pushed 8y agoCompare

[ Source](https://github.com/sushchyktest/laravel-presenters-test)[ Packagist](https://packagist.org/packages/sushchytest/laravel-presenters-test)[ RSS](/packages/sushchytest-laravel-presenters-test/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

asdasdasdasd

Laravel Presenters [![Build Status](https://camo.githubusercontent.com/e3cb94eb61a5ec934bf8a15cbf1888715cb83d9b923acab22e72e0d749b67eb5/68747470733a2f2f7472617669732d63692e6f72672f737573686368796b746573742f6c61726176656c2d70726573656e746572732d746573742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sushchyktest/laravel-presenters-test)
==============================================================================================================================================================================================================================================================================================================================================================

[](#laravel-presenters--)

asdasd Easy creation of presenters for models in Laravel 5

Inspired by [laracasts/presenter](https://github.com/laracasts/Presenter)

Install
-------

[](#install)

Install the package via Composer:

```
composer require sushchyk/laravel-presenters:^1.*

```

For Laravel &lt;5.5 you should add `Sushchyk\LaravelPresenters\MacroServiceProvider` service provider to your config/app.php:

UsageTest
---------

[](#usagetest)

### Collections

[](#collections)

```
namespace App\Presenters;

use App\User;

class UserOptionPresenters
{
    public function present(User $user)
    {
        return [
            'id' => $user->id,
            'title' => $user->username
        ];
    }
}

```

```
$users = User::all()->present(UserOptionPresenter::class);
return response()->json([
    'users' => $users->present(UserOptionPresenter::class)
]);

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 56.3% 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 ~0 days

Total

3

Last Release

3088d ago

Major Versions

v1.1 → 2.0-alpha2018-01-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25932456?v=4)[sushchyktest](/maintainers/sushchyktest)[@sushchyktest](https://github.com/sushchyktest)

---

Top Contributors

[![sushchyk](https://avatars.githubusercontent.com/u/18073421?v=4)](https://github.com/sushchyk "sushchyk (9 commits)")[![sushchyktest](https://avatars.githubusercontent.com/u/25932456?v=4)](https://github.com/sushchyktest "sushchyktest (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sushchytest-laravel-presenters-test/health.svg)

```
[![Health](https://phpackages.com/badges/sushchytest-laravel-presenters-test/health.svg)](https://phpackages.com/packages/sushchytest-laravel-presenters-test)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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