{"id":26537056,"url":"https://github.com/vardumper/dom-orm","last_synced_at":"2026-04-25T13:05:24.699Z","repository":{"id":228075652,"uuid":"708847512","full_name":"vardumper/dom-orm","owner":"vardumper","description":"DOM Object Relational Mapper (ORM)","archived":false,"fork":false,"pushed_at":"2025-01-18T21:32:42.000Z","size":1589,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T22:21:03.810Z","etag":null,"topics":["database","dom","domdocument","flatfile","nosql","orm","php","xml"],"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/vardumper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-10-23T14:05:06.000Z","updated_at":"2025-01-18T21:32:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"35438905-8fef-4bdd-b036-fc04bce96686","html_url":"https://github.com/vardumper/dom-orm","commit_stats":null,"previous_names":["vardumper/dom-orm"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vardumper/dom-orm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fdom-orm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fdom-orm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fdom-orm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fdom-orm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vardumper","download_url":"https://codeload.github.com/vardumper/dom-orm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fdom-orm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29175822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: 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":["database","dom","domdocument","flatfile","nosql","orm","php","xml"],"created_at":"2025-03-21T22:18:20.578Z","updated_at":"2026-04-25T13:05:24.692Z","avatar_url":"https://github.com/vardumper.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDOM ORM\u003c/h1\u003e\n\n\u003cp align=\"center\" dir=\"auto\"\u003e\n    \u003ca href=\"https://packagist.org/packages/vardumper/dom-orm\" rel=\"nofollow\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/vardumper/dom-orm/v/stable\" alt=\"Latest Stable Version\" /\u003e\n    \u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/packagist/dt/vardumper/dom-orm\" alt=\"Total Downloads\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-mit-red\" alt=\"License\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/unit%20tests-passing-green?style=flat\u0026amp;color=%234c1\" style=\"max-width: 100%;\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/vardumper/dom-orm/refs/heads/main/coverage.svg\"\u003e\n    \u003cimg src=\"https://dtrack.erikpoehler.us/api/v1/badge/vulns/project/4e028df9-0be3-4c3d-b383-7b1468262c27?apiKey=odt_nG83W_EAcQZkk6b5KqknIVoK8nfNjSz38Ompnn\" \u003e\n\u003c/p\u003e\n\nDOM ORM is a lightweight, zero-setup, XML-based persistence layer for small datasets in PHP projects. It stores entities in a single XML document, so you can start without a database server.\n\n## Features\n\n- A very lightweight approach to persisting data into a single XML file.\n- Supports exporting to headless-friendly formats such as JSON, YAML, XML\n- Supports Versioning in Git or Mercurial out of the box.\n- Handles concurrency with flock() when used with local file strage \n- Supports local and remote storage via Flysystem (S3, Azure, Google Cloud, (S)FTP, etc.).\n- Supports one-to-one, one-to-many, many-to-one, and many-to-many patterns.\n- Supports AES-256-GCM field-level encryption via `#[Sensitive]` with searchable HMAC hashes.\n- Supports schema evolution (rename/remove fragments) via `#[FragmentMap]` and CLI commands.\n- Fully tested (Unit, Integration)\n\n## Installation\n\n```bash\ncomposer require vardumper/dom-orm\n```\n\n## Documenation\n\nExtensive Documentation has been made [available here](https://vardumper.github.io/dom-orm/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardumper%2Fdom-orm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvardumper%2Fdom-orm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardumper%2Fdom-orm/lists"}