{"id":36989248,"url":"https://github.com/doctrine/mongodb-odm-softdelete-bundle","last_synced_at":"2026-01-13T23:29:11.318Z","repository":{"id":56970658,"uuid":"1328939","full_name":"doctrine/mongodb-odm-softdelete-bundle","owner":"doctrine","description":"Symfony2 bundle that integrates the Doctrine MongoDB ODM SoftDelete library.","archived":true,"fork":false,"pushed_at":"2012-05-09T02:01:24.000Z","size":117,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-09T12:21:41.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.doctrine-project.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doctrine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-04T17:54:50.000Z","updated_at":"2023-01-28T10:20:31.000Z","dependencies_parsed_at":"2022-08-21T10:51:00.307Z","dependency_job_id":null,"html_url":"https://github.com/doctrine/mongodb-odm-softdelete-bundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doctrine/mongodb-odm-softdelete-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doctrine%2Fmongodb-odm-softdelete-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doctrine%2Fmongodb-odm-softdelete-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doctrine%2Fmongodb-odm-softdelete-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doctrine%2Fmongodb-odm-softdelete-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doctrine","download_url":"https://codeload.github.com/doctrine/mongodb-odm-softdelete-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doctrine%2Fmongodb-odm-softdelete-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-13T23:29:10.609Z","updated_at":"2026-01-13T23:29:11.311Z","avatar_url":"https://github.com/doctrine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doctrine MongoDB SoftDelete Bundle\n\nThis bundle implements soft-deletion for Doctrine MongoDB ODM and Symfony2.\n\n## Installation **(Symfony 2.0.x only)**\n\n##### 1. Add the following to your `deps` file:\n\n```ini\n[doctrine-odm-softdelete]\n    git=git://github.com/doctrine/mongodb-odm-softdelete.git\n\n[DoctrineMongoDBSoftDeleteBundle]\n    git=git://github.com/doctrine/mongodb-odm-softdelete-bundle.git\n    target=bundles/Doctrine/Bundle/MongoDBSoftDeleteBundle\n```\n\n##### 2. Run the vendors install script:\n\n```\nphp bin/vendors install\n```\n\n##### 3. Add the `Doctrine\\\\ODM\\\\MongoDB\\\\SoftDelete` namespace to `app/autoload.php`:\n\n```php\n\u003c?php\n// ...\n    $loader-\u003eregisterNamespaces(array(\n        // ...\n        'Doctrine\\\\ODM\\\\MongoDB\\\\SoftDelete' =\u003e __DIR__ . '/../vendor/doctrine-odm-softdelete/lib',\n```\n\n##### 4. Setup the bundle to load in `app/appKernel.php`:\n\n```php\n\u003c?php\n// ...\n        $bundles = array(\n        // ...\n            new Doctrine\\Bundle\\MongoDBSoftDeleteBundle\\DoctrineMongoDBSoftDeleteBundle(),\n```\n\n## Configuration\n\nAdd the following to `config.yml` to get started:\n\n```yml\ndoctrine_mongodb_softdelete:\n    deleted_field_name: deletedAt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoctrine%2Fmongodb-odm-softdelete-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoctrine%2Fmongodb-odm-softdelete-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoctrine%2Fmongodb-odm-softdelete-bundle/lists"}