PHPackages                             wmsamolet/object-map - 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. wmsamolet/object-map

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

wmsamolet/object-map
====================

PHP library for mapping, linking, configuring objects using data repository

1.0.0(4y ago)13MITPHPPHP &gt;=7.2.0

Since Nov 21Pushed 4y ago2 watchersCompare

[ Source](https://github.com/wmsamolet/object-map)[ Packagist](https://packagist.org/packages/wmsamolet/object-map)[ RSS](/packages/wmsamolet-object-map/feed)WikiDiscussions main Synced 1w ago

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

Object Map
==========

[](#object-map)

[![Latest Stable Version](https://camo.githubusercontent.com/225cdca88f828059ad544bf403a51da15db5d8b6a1061766f33e8ad2bf2ea9c8/687474703a2f2f706f7365722e707567782e6f72672f776d73616d6f6c65742f6f626a6563742d6d61702f76)](https://packagist.org/packages/wmsamolet/object-map)[![Total Downloads](https://camo.githubusercontent.com/dcd89ff5ec7f255e296d81a8c6f88452a17102fc1e068ff84f7a08b2f3bdd4b7/687474703a2f2f706f7365722e707567782e6f72672f776d73616d6f6c65742f6f626a6563742d6d61702f646f776e6c6f616473)](https://packagist.org/packages/wmsamolet/object-map)[![Latest Unstable Version](https://camo.githubusercontent.com/535ec3a78d6a7c12e792ef9adc8da1be8d0a6508c615697e691b1e5a37b0247e/687474703a2f2f706f7365722e707567782e6f72672f776d73616d6f6c65742f6f626a6563742d6d61702f762f756e737461626c65)](https://packagist.org/packages/wmsamolet/object-map)[![License](https://camo.githubusercontent.com/35cb348ab4719d8eb8d6f66a9c81de05eacebbeac74b374ffd96fdb590376a52/687474703a2f2f706f7365722e707567782e6f72672f776d73616d6f6c65742f6f626a6563742d6d61702f6c6963656e7365)](https://packagist.org/packages/wmsamolet/object-map)[![PHP Version Require](https://camo.githubusercontent.com/6bc640804bd63f180f1d4dd2e85cd40a0299c9719a16ae6a156ea0f03e3a9884/687474703a2f2f706f7365722e707567782e6f72672f776d73616d6f6c65742f6f626a6563742d6d61702f726571756972652f706870)](https://packagist.org/packages/wmsamolet/object-map)[![PHP Version Require](https://camo.githubusercontent.com/8ed94a14818d30a12bd25153b945c78eeda9a6c0a13152457164bccbf244a154/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f64696e672532305374796c652d5053522d2d31322d253233323536643465)](https://www.php-fig.org/psr/psr-12/)

PHP library for mapping, linking, configuring objects using data storage

Description
-----------

[](#description)

#### This library is suitable for those who want:

[](#this-library-is-suitable-for-those-who-want)

- Create loosely coupled components
- Connect and configure handler classes dynamically

Documentation
-------------

[](#documentation)

- [Testing](docs/testing.md)
- [Contributing](docs/contributing.md)
- [Changelog](docs/changelog.md)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require wmsamolet/object-map

```

or add

```
"wmsamolet/object-map": "^1.0"

```

to the requirement section of your `composer.json` file.

Basic usage
-----------

[](#basic-usage)

```
