{"id":22757940,"url":"https://github.com/msgphp/eav-bundle","last_synced_at":"2025-08-22T07:10:57.748Z","repository":{"id":208860520,"uuid":"109575443","full_name":"msgphp/eav-bundle","owner":"msgphp","description":"A Symfony bundle for basic EAV management","archived":false,"fork":false,"pushed_at":"2023-11-23T16:25:55.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-04-25T02:26:06.168Z","etag":null,"topics":["cqrs","doctrine","domain-driven-design","eav","entity-attribute-value","event-sourcing","message-driven","php","php7","symfony-bundle","uuid"],"latest_commit_sha":null,"homepage":"https://github.com/msgphp/msgphp","language":"PHP","has_issues":false,"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/msgphp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-1.0-dev.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-11-05T11:58:46.000Z","updated_at":"2023-11-23T16:16:25.000Z","dependencies_parsed_at":"2023-11-23T17:41:49.938Z","dependency_job_id":null,"html_url":"https://github.com/msgphp/eav-bundle","commit_stats":{"total_commits":142,"total_committers":2,"mean_commits":71.0,"dds":0.007042253521126751,"last_synced_commit":"c2c357b2438ff5fb7d76e43e0b94fda744bb59c5"},"previous_names":["msgphp/eav-bundle"],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgphp%2Feav-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgphp%2Feav-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgphp%2Feav-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgphp%2Feav-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msgphp","download_url":"https://codeload.github.com/msgphp/eav-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246292050,"owners_count":20753995,"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":["cqrs","doctrine","domain-driven-design","eav","entity-attribute-value","event-sourcing","message-driven","php","php7","symfony-bundle","uuid"],"created_at":"2024-12-11T08:12:38.650Z","updated_at":"2025-03-30T08:23:03.002Z","avatar_url":"https://github.com/msgphp.png","language":"PHP","readme":"# NOT ACTIVELY SUPPORTED ANY MORE!!\n\nmsgphp/* repositories are not actively developed/supported anymore.\n\n**Use in production on your own risks.**\n\nIf you want to do some hotfixes - please do PR directly in target repository instead of previous msgphp/msgphp  monorepository\n\n# Entity-Attribute-Value Bundle\n\nA Symfony bundle for basic [EAV](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model) management.\n\n[![Latest Stable Version][packagist:img]][packagist]\n\n# Installation\n\n```bash\ncomposer require msgphp/eav-bundle\n```\n\n# Configuration\n\n```php\n\u003c?php\n// config/packages/msgphp_eav.php\n\nuse MsgPhp\\Eav\\Attribute;\nuse MsgPhp\\Eav\\AttributeValue;\nuse Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator;\n\nreturn function (ContainerConfigurator $container) {\n    $container-\u003eextension('msgphp_eav', [\n        'class_mapping' =\u003e [\n            Attribute::class =\u003e \\App\\Entity\\Attribute::class,\n            AttributeValue::class =\u003e \\App\\Entity\\AttributeValue::class,\n        ],\n    ]);\n};\n```\n\n# Documentation\n\n- Read the [main documentation](https://msgphp.github.io/docs/)\n- Try the Symfony [demo application](https://github.com/msgphp/symfony-demo-app)\n- Get support on [Symfony's Slack `#msgphp` channel](https://symfony.com/slack-invite) or [raise an issue](https://github.com/msgphp/msgphp/issues/new)\n\n# Contributing\n\n[packagist]: https://packagist.org/packages/msgphp/eav-bundle\n[packagist:img]: https://img.shields.io/packagist/v/msgphp/eav-bundle.svg?style=flat-square\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsgphp%2Feav-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsgphp%2Feav-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsgphp%2Feav-bundle/lists"}