PHPackages                             greabock/maker - 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. [Framework](/categories/framework)
4. /
5. greabock/maker

ActiveLibrary[Framework](/categories/framework)

greabock/maker
==============

Laravel 5.4 maker

1.1.1(9y ago)1812.3k1MITPHP

Since Jan 29Pushed 9y ago3 watchersCompare

[ Source](https://github.com/greabock/maker)[ Packagist](https://packagist.org/packages/greabock/maker)[ RSS](/packages/greabock-maker/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/c82ff8082d250707d95623ebb3a4292f7a3ba529d3ca3765e376efdced1db4c4/68747470733a2f2f7472617669732d63692e6f72672f67726561626f636b2f6d616b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/greabock/maker)

Intention (DEPRECATED)
======================

[](#intention-deprecated)

*Deprecated scince [v5.4.16](https://github.com/laravel/framework/releases/tag/v5.4.16). Use method `makeWith()` instead*
Laravel 5.4 had severely crippled DI container.

> The container's make method no longer accepts a second array of parameters. This feature typically indicates a code smell. Typically, you can always construct the object in another way that is more intuitive.

This library intends to bring back its former glory.

\#Installation `composer require greabock/maker`
After updating composer, add the `Greabock\Maker\MakerServiceProvider::class` to the `providers` array in config/app.php

\#Usage

```
app(Maker::class)->make(Some::class, ['foo' => 'some', 'bar' => 'other'])
// or
make(Some::class, ['foo' => 'some', 'bar' => 'other']);
```

You can also bind closure:

```
use Illuminate\Contracts\Container\Container;
use Greabock\Maker\Maker;

app(Maker::class)->bind(Some::class, function(Container $container, $parameters){
   $some = $container->make(Some::class);
   $some->doSomeThing($parameters);
   return $some;
});
```

\#Warning!

This function is similiar but isn't fully compatible with old `App::make()`. Contextual binding does not work when you build objects with Maker.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

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

4

Last Release

3440d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7137261?v=4)[Роман Сохарев](/maintainers/greabock)[@greabock](https://github.com/greabock)

---

Top Contributors

[![greabock](https://avatars.githubusercontent.com/u/7137261?v=4)](https://github.com/greabock "greabock (22 commits)")[![asvae](https://avatars.githubusercontent.com/u/5394573?v=4)](https://github.com/asvae "asvae (1 commits)")

---

Tags

laravel-5-package

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/greabock-maker/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.3k](/packages/spatie-laravel-permission)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M184](/packages/laravel-ai)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.5k91.9M588](/packages/laravel-passport)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.5k](/packages/illuminate-database)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)

PHPackages © 2026

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