PHPackages                             opportus/object-mapper-bundle - 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. [Search &amp; Filtering](/categories/search)
4. /
5. opportus/object-mapper-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

opportus/object-mapper-bundle
=============================

A Symfony Bundle allowing copying state of objects to differently typed objects using extensible controls and mapping strategies.

v1.0.1(3y ago)21.6k21MITPHPPHP ^7.4|^8.0

Since May 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/opportus/ObjectMapperBundle)[ Packagist](https://packagist.org/packages/opportus/object-mapper-bundle)[ Docs](https://github.com/opportus/ObjectMapperBundle)[ RSS](/packages/opportus-object-mapper-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (4)Versions (18)Used By (1)

[![License](https://camo.githubusercontent.com/56596cd880ac43cb11a5922e895118cf756c42fce3a2aa7a4b8d559e83cfeaa0/68747470733a2f2f706f7365722e707567782e6f72672f6f70706f727475732f6f626a6563742d6d61707065722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/opportus/object-mapper-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/2f73c983019d2d6092a9c12e70067bc9ab2394e6aeaddb7eabaacae53c772ce9/68747470733a2f2f706f7365722e707567782e6f72672f6f70706f727475732f6f626a6563742d6d61707065722d62756e646c652f762f737461626c65)](https://packagist.org/packages/opportus/object-mapper-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/f9f6a04bbab8b96af5d52097bb259a8237ced3448e7e096a84a4ca4169221f41/68747470733a2f2f706f7365722e707567782e6f72672f6f70706f727475732f6f626a6563742d6d61707065722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/opportus/object-mapper-bundle)

This bundle integrates into your Symfony project [`opportus/object-mapper`](https://github.com/opportus/object-mapper), a library that allows copying state of objects to differently typed objects using extensible controls and mapping strategies.

Below is the installation guide specific to this Symfony bundle. For the complete guide, please refer to `opportus/object-mapper`'s homepage: .

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

[](#installation)

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require opportus/object-mapper-bundle
```

### Applications that do not use Symfony Flex

[](#applications-that-do-not-use-symfony-flex)

#### Step 1 - Download the Bundle

[](#step-1---download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require opportus/object-mapper-bundle
```

#### Step 2 - Enable the Bundle

[](#step-2---enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
