{"id":22302070,"url":"https://github.com/dmkebusinessgmbh/duplicatecheckbundle","last_synced_at":"2025-06-20T19:40:58.772Z","repository":{"id":84589404,"uuid":"188023966","full_name":"DMKEBUSINESSGMBH/DuplicateCheckBundle","owner":"DMKEBUSINESSGMBH","description":"  This bundle performs duplicate check against your entities.","archived":false,"fork":false,"pushed_at":"2021-04-29T20:04:25.000Z","size":70,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-01-30T20:54:59.492Z","etag":null,"topics":["duplicate-checks","orocrm","oroplatform"],"latest_commit_sha":null,"homepage":null,"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/DMKEBUSINESSGMBH.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-22T11:21:50.000Z","updated_at":"2019-08-14T14:38:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"eca34e83-16d2-465c-9068-7d5ebb5e8306","html_url":"https://github.com/DMKEBUSINESSGMBH/DuplicateCheckBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMKEBUSINESSGMBH%2FDuplicateCheckBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMKEBUSINESSGMBH%2FDuplicateCheckBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMKEBUSINESSGMBH%2FDuplicateCheckBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMKEBUSINESSGMBH%2FDuplicateCheckBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DMKEBUSINESSGMBH","download_url":"https://codeload.github.com/DMKEBUSINESSGMBH/DuplicateCheckBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245563040,"owners_count":20635907,"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":["duplicate-checks","orocrm","oroplatform"],"created_at":"2024-12-03T18:34:19.318Z","updated_at":"2025-03-25T23:47:27.307Z","avatar_url":"https://github.com/DMKEBUSINESSGMBH.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## What does this bundle do?\n\nThis bundle provides a functionality to perform duplicate checks against\nyour entities. Especially in the CRM context you will encounter in the issue\nwhere you database is full of duplicates.\n\n## Usage\n\nTo enable the duplicate check for a given entity just, enable the check via\nthe entity config:\n\n``` php\n\u003c?php\n/**\n * @ORM\\Entity\n * @Config(\n *  defaultValues={\n *      \"duplicate\"={\n *          \"enabled\"=true\n *      }\n *  }\n * )\n */\nclass MyEntity\n{\n    /**\n     * @Config(defaultValues={\"duplicate\"={\"enabled\"=true}})\n     */\n    protected $name:\n}\n```\n\nThe bundle will perform a entity check, if an entity is created or updated\nautomatically. \n\n### Trigger manually\n\nIf you want to perform a check manually, you can use the `Facade` class.\nThis class performs a check and save the result immediately.\n\nPlease beware, that this check will might consume multiple megabyte of ram, \ndepending of you database.\n\n## Create your own adapter\n\nCreating your own adapter is really simple. This bundle follows the\nAdapter Pattern. So just create a class which implements the AdapterInterface\nand tag this service with the tag \"dmk_duplicate_check.adapter\". \n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmkebusinessgmbh%2Fduplicatecheckbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmkebusinessgmbh%2Fduplicatecheckbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmkebusinessgmbh%2Fduplicatecheckbundle/lists"}