PHPackages                             sergiors/applyzer - 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. sergiors/applyzer

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

sergiors/applyzer
=================

A simple way to invoke setter methods

2.0.3(9y ago)72541MITPHPPHP &gt;=5.3

Since Dec 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/sergiors/applyzer)[ Packagist](https://packagist.org/packages/sergiors/applyzer)[ RSS](/packages/sergiors-applyzer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (8)Used By (0)

Applyzer
--------

[](#applyzer)

A simple way to invoke setter methods.

When you work with setter methods, is very boring call the setter methods every time;

If you work something similar as below:

```
$user = new User();
$user
  ->setName($_POST['name'])
  ->setLastName($_POST['last_name'])
  ->setEmail($_POST['email']);
```

Now, with the Applyzer, the code will look like this:

```
$user = new User();
$user = Applyzer::apply($_POST, $user);
```

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

[](#installation)

You can install with Composer

```
php composer.phar require sergiors/applyzer
```

License
-------

[](#license)

Licensed under the MIT License.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~145 days

Recently: every ~211 days

Total

7

Last Release

3335d ago

Major Versions

1.0.2 → 2.0.02015-07-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/75b67763139f7a8c96302299f5a40a386d565829af3061bb55465c8808d54428?d=identicon)[sergiors](/maintainers/sergiors)

---

Top Contributors

[![sergiors](https://avatars.githubusercontent.com/u/2046276?v=4)](https://github.com/sergiors "sergiors (7 commits)")[![lcobucci](https://avatars.githubusercontent.com/u/201963?v=4)](https://github.com/lcobucci "lcobucci (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sergiors-applyzer/health.svg)

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

###  Alternatives

[automattic/vip-go-mu-plugins

The mu-plugins that power the VIP Go Platform

150232.4k](/packages/automattic-vip-go-mu-plugins)[yemenopensource/hero-icons

HeroIcons is a Laravel package that provides a convenient command for generating hero icons as constants on a PHP class. This package is designed to simplify the process of working with hero icons in your Laravel projects.

1310.3k](/packages/yemenopensource-hero-icons)

PHPackages © 2026

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