PHPackages                             korbeil/automapper-bootstrap - 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. korbeil/automapper-bootstrap

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

korbeil/automapper-bootstrap
============================

00PHP

Since Feb 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Korbeil/automapper-bootstrap)[ Packagist](https://packagist.org/packages/korbeil/automapper-bootstrap)[ RSS](/packages/korbeil-automapper-bootstrap/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

automapper-bootstrap
====================

[](#automapper-bootstrap)

Simple bootstrap to use [Jane's AutoMapper](https://github.com/janephp/automapper).

It will configure the AutoMapper to work on a "normal" environnement (where normal is defined by my usual standards) and in a standalone mode. If you want to use the AutoMapper with Symfony, please use the [corresponding bundle](https://github.com/janephp/automapper-bundle).

How to use:

```
use Korbeil\AutoMapperBootstrap\AutoMapper;

$autoMapper = AutoMapper::bootstrap(__DIR__ . '/cache');

class User
{
    public string $name;
    public int $age;
}

$data = [
    'name' => 'Baptiste',
    'age' => 29
];

$user = $autoMapper->map($data, User::class);
//object(User)#1286 (2) {
//  ["name"]=>
//  string(8) "Baptiste"
//  ["age"]=>
//  int(29)
//}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/944409?v=4)[Baptiste Leduc](/maintainers/Korbeil)[@Korbeil](https://github.com/Korbeil)

---

Top Contributors

[![Korbeil](https://avatars.githubusercontent.com/u/944409?v=4)](https://github.com/Korbeil "Korbeil (2 commits)")

### Embed Badge

![Health badge](/badges/korbeil-automapper-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/korbeil-automapper-bootstrap/health.svg)](https://phpackages.com/packages/korbeil-automapper-bootstrap)
```

###  Alternatives

[nubs/vectorix

A vector library.

162.4k2](/packages/nubs-vectorix)

PHPackages © 2026

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