php-gedcom icon indicating copy to clipboard operation
php-gedcom copied to clipboard

UNMAINTAINED - A library for reading and writing GEDCOM files in PHP.

Results 14 php-gedcom issues
Sort by recently updated
recently updated
newest added

The source reference ID for a RESI ATTR is coming out as @S19@World War II Draft Cards (Fourth Registration) for the State ofWisconsin; State Headquarters: Wisconsin; Record Group Name: Recordsof...

I'm getting a problem ``` Warning: Undefined array key 1 in ...\library\PhpGedcom\Parser.php on line 290 Warning: Undefined array key 1 in ...\library\PhpGedcom\Parser.php on line 292 Warning: Undefined array key 1...

https://github.com/familytree365/laravel-gedcom

Records of Fam_Even did not have getter methods.

``` TODO FIXME ```

1. Data is being lost from the start of a CONT field. The specification says that leading spaces etc should not be trimmed from the start of the content 2....

Hi, great library, it's been a lot of help! I'm not sure if this is where I put questions like this, if not I'll post it somewhere else. For some...

Thanks for creating this parser! I think I found a small error in your usage example in readme.md: `current($indi->$individual())` should probably be `current($individual->getName())`, right?