PHPackages                             alexanevsky/data-resolver - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. alexanevsky/data-resolver

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

alexanevsky/data-resolver
=========================

Transforms and validates data of arrays and entities

1.0.1(4y ago)067MITPHPPHP &gt;=7.4

Since Apr 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alexanevsky/data-resolver)[ Packagist](https://packagist.org/packages/alexanevsky/data-resolver)[ RSS](/packages/alexanevsky-data-resolver/feed)WikiDiscussions master Synced today

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

How to use
==========

[](#how-to-use)

Simple example
--------------

[](#simple-example)

Configure resolver:

```
use Alexanevsky\DataResolver\Resolver;

$resolver = new Resolver();
$resolver->define('foo', 'string');
$resolver->define('bar', 'int');
```

Then try to resolve data:

```
$data = [
    'qwerty' => 'Hello World',
    'bar' => '12345'
];

$result = $resolver->resolve($data);

var_dump($result->toArray());
```

And get result:

```
{
    "foo": "",
    "bar": 12345
}
```

Detailed documentation will be added later...

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~9 days

Total

2

Last Release

1518d ago

### Community

Maintainers

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

---

Tags

configurationconfigoptionstransformeroptions-resolver

### Embed Badge

![Health badge](/badges/alexanevsky-data-resolver/health.svg)

```
[![Health](https://phpackages.com/badges/alexanevsky-data-resolver/health.svg)](https://phpackages.com/packages/alexanevsky-data-resolver)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M734](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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