PHPackages                             muilman/processors - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. muilman/processors

ActiveLaravel[Utility &amp; Helpers](/categories/utility)

muilman/processors
==================

A simple package to clean up cluttered controllers.

012PHP

Since Dec 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mace015/Processors)[ Packagist](https://packagist.org/packages/muilman/processors)[ RSS](/packages/muilman-processors/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Processor layer for Laravel
===========================

[](#processor-layer-for-laravel)

If there is one thing I hate, its cluttered controllers, to fix that problem in big applications, I came up with my own method/layer to put all the logic in: the processor layer!

Using this package is very simple! This package comes with 2 artisan commands;

- `processor:init` - Creates the Processors folder in the App folder and 2 base classes inside the Processors folder.
- `make:processor` - Creates a an empty processor.

Calling a processor from anywhere is very simple;

- Import the processor facade at the top: `use Processor;`.
- Call a processor to be executed: `return Processor::init('TestProcessor', array('next' => 'home'))->function();`.

Installation
============

[](#installation)

Installing this package is very simple;

- Install the package with composer: `composer require muilman/processors`.
- Add the service provider to Config/app.php: `Muilman\Processors\ProcessorServiceProvider::class`.
- Optional: Add the Processors alias to the aliases in Config/app.php: `'Processor' => '\App\Processors\BaseProcessor',`.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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/07e2662c8e9bb8b9ff276f78060a83f8f3fe560cf1f5f65e47bc2b477e1455d4?d=identicon)[mace015](/maintainers/mace015)

---

Top Contributors

[![mace015](https://avatars.githubusercontent.com/u/15641290?v=4)](https://github.com/mace015 "mace015 (7 commits)")

### Embed Badge

![Health badge](/badges/muilman-processors/health.svg)

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

###  Alternatives

[thedigitalembassy/adeptus

Wordpress activity log plugin

105.2k](/packages/thedigitalembassy-adeptus)[adlino/locations

Iran Provinces, Counties and Cities with a Google Map Location for Laravel.

171.3k](/packages/adlino-locations)

PHPackages © 2026

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