PHPackages                             lokal/processor - 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. lokal/processor

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

lokal/processor
===============

Lokal Koder Processor

1.0(1y ago)043↓50%MITPHPPHP ^8.2CI passing

Since May 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lokalkoder/processor)[ Packagist](https://packagist.org/packages/lokal/processor)[ RSS](/packages/lokal-processor/feed)WikiDiscussions 1.x Synced 1mo ago

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

Lokal Processor
===============

[](#lokal-processor)

Supporting package for lokalkoder development environment.

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

[](#installation)

Install this project with composer

```
  composer require lokal/processor
```

Usage/Examples
--------------

[](#usageexamples)

Define data mapping by extending `\Lokal\Processor\Action\Parameter` class

```
class Parameter extends \Lokal\Processor\Action\Parameter
{
    /**
     * {@inheritDoc}
     */
    public function mapping(): array
    {
        return [
            'name' => 'name',
            'address' => 'address',
            'status' => 'status',
            'rental' => 'rental_term',
            'tag' => 'tags',
            'latitude' => 'latitude',
            'longitude' => 'longitude',
        ];
    }
}

```

Define method of processing by extending `\Lokal\Processor\Action\Processor` class

```
class RepositoryProcessor extends Lokal\Processor\Action\Processor
{
    /**
     * {@inheritDoc}
     */
    protected function saving(array $parameters, mixed $identity = null): mixed
    {
        // Define processing method here
    }

}

```

Execute the processor using `Lokal\Processor\Manager\Action` class

```
(new Lokal\Processor\Manager\Action(
    new Parameter($request->input()),
    new Processor
))->process()

```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance49

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

2

Last Release

377d ago

### Community

Maintainers

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

---

Top Contributors

[![joesama](https://avatars.githubusercontent.com/u/6141029?v=4)](https://github.com/joesama "joesama (14 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/lokal-processor/health.svg)

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

###  Alternatives

[pragmarx/support

PragmaRX components support package

591.5M27](/packages/pragmarx-support)[bcremer/line-reader

Read large files line by line in a memory efficient (constant) way.

301.6M4](/packages/bcremer-line-reader)[beelab/recaptcha2-bundle

Provide Google Recaptcha2 form type

55455.1k1](/packages/beelab-recaptcha2-bundle)[lkrms/pretty-php

The opinionated PHP code formatter

14659.1k1](/packages/lkrms-pretty-php)[kreyu/data-table-bundle

Streamlines creation process of the data tables

11299.6k](/packages/kreyu-data-table-bundle)[adhocore/cron-expr

Ultra lightweight Cron Expression parser for PHP

53436.1k3](/packages/adhocore-cron-expr)

PHPackages © 2026

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