{"id":22109755,"url":"https://github.com/magicsunday/gedcom-parser","last_synced_at":"2025-03-24T04:17:06.981Z","repository":{"id":72410707,"uuid":"150001752","full_name":"magicsunday/gedcom-parser","owner":"magicsunday","description":"A GEDCOM 5.5.1 file parser","archived":false,"fork":false,"pushed_at":"2024-03-28T20:27:56.000Z","size":577,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T10:18:07.595Z","etag":null,"topics":["gedcom","parser"],"latest_commit_sha":null,"homepage":"","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/magicsunday.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-23T16:13:34.000Z","updated_at":"2024-03-28T10:26:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"51ec2511-9ae7-47ef-bf38-9953e304b9d9","html_url":"https://github.com/magicsunday/gedcom-parser","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/magicsunday%2Fgedcom-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicsunday%2Fgedcom-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicsunday%2Fgedcom-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicsunday%2Fgedcom-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicsunday","download_url":"https://codeload.github.com/magicsunday/gedcom-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245206837,"owners_count":20577583,"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":["gedcom","parser"],"created_at":"2024-12-01T09:39:01.372Z","updated_at":"2025-03-24T04:17:06.944Z","avatar_url":"https://github.com/magicsunday.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest version](https://img.shields.io/github/v/release/magicsunday/gedcom-parser?sort=semver)](https://github.com/magicsunday/gedcom-parser/releases/latest)\n[![License](https://img.shields.io/github/license/magicsunday/gedcom-parser)](https://github.com/magicsunday/gedcom-parser/blob/main/LICENSE)\n[![CI](https://github.com/magicsunday/gedcom-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/magicsunday/gedcom-parser/actions/workflows/ci.yml)\n\n\n# GEDCOM parser\nThis module provides a [GEDCOM](https://de.wikipedia.org/wiki/GEDCOM) 5.5.1 compatible file parser.\n\n\n## Installation\n### Using Composer\nTo install using [composer](https://getcomposer.org/), just run the following command from the command line \nat the root directory of your installation.\n\n``` \ncomposer require magicsunday/gedcom-parser\n```\n\nTo remove the parser, run:\n```\ncomposer remove magicsunday/gedcom-parser \n```\n\n## Usage\nTo allow reading of GEDCOM files encoded with a Macintosh line ending (\\r) set the following PHP runtime\nconfiguration.  \n\n```php\n\u003c?php\n\n// Allow handling of Macintosh line endings (\\r)\nini_set('auto_detect_line_endings', '1');\n\n?\u003e\n````\n\n\n## Development\n\n### Run tests\n```shell\ncomposer update\n\ncomposer ci:test\ncomposer ci:test:php:phpstan\ncomposer ci:test:php:lint\ncomposer ci:test:php:unit\ncomposer ci:test:php:rector\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicsunday%2Fgedcom-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicsunday%2Fgedcom-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicsunday%2Fgedcom-parser/lists"}