{"id":15021820,"url":"https://github.com/opportus/objectmapperbundle","last_synced_at":"2025-04-10T20:13:34.440Z","repository":{"id":39796724,"uuid":"188594463","full_name":"opportus/ObjectMapperBundle","owner":"opportus","description":"A Symfony bundle allowing copying state of objects to differently typed objects using extensible controls and mapping strategies.","archived":false,"fork":false,"pushed_at":"2022-05-25T13:37:50.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T17:54:51.954Z","etag":null,"topics":["composer-package","dto","dto-entity-mapper","dto-generator","filter","object-mapper","object-mapping","pathfinding","recursion"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opportus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-25T17:27:43.000Z","updated_at":"2022-03-30T08:19:20.000Z","dependencies_parsed_at":"2022-08-23T20:50:15.579Z","dependency_job_id":null,"html_url":"https://github.com/opportus/ObjectMapperBundle","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opportus%2FObjectMapperBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opportus%2FObjectMapperBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opportus%2FObjectMapperBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opportus%2FObjectMapperBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opportus","download_url":"https://codeload.github.com/opportus/ObjectMapperBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248288362,"owners_count":21078903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer-package","dto","dto-entity-mapper","dto-generator","filter","object-mapper","object-mapping","pathfinding","recursion"],"created_at":"2024-09-24T19:57:06.214Z","updated_at":"2025-04-10T20:13:34.420Z","avatar_url":"https://github.com/opportus.png","language":"PHP","readme":"[![License](https://poser.pugx.org/opportus/object-mapper-bundle/license)](https://packagist.org/packages/opportus/object-mapper-bundle)\n[![Latest Stable Version](https://poser.pugx.org/opportus/object-mapper-bundle/v/stable)](https://packagist.org/packages/opportus/object-mapper-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/opportus/object-mapper-bundle/v/unstable)](https://packagist.org/packages/opportus/object-mapper-bundle)\n\nThis 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.\n\nBelow is the installation guide specific to this Symfony bundle. For the complete guide, please refer to `opportus/object-mapper`'s homepage: https://github.com/opportus/object-mapper.\n\n## Installation\n\n### Applications that use Symfony Flex\n\nOpen a command console, enter your project directory and execute:\n\n```console\n$ composer require opportus/object-mapper-bundle\n```\n\n### Applications that do not use Symfony Flex\n\n#### Step 1 - Download the Bundle\n\nOpen a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:\n\n```console\n$ composer require opportus/object-mapper-bundle\n```\n\n#### Step 2 - Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:\n\n```php\n\u003c?php\n// app/AppKernel.php\n\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n            new Opportus\\ObjectMapperBundle\\OpportusObjectMapperBundle(),\n        );\n\n        // ...\n    }\n\n    // ...\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopportus%2Fobjectmapperbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopportus%2Fobjectmapperbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopportus%2Fobjectmapperbundle/lists"}