2017 © Pedro Peláez
 

library php-gedcomlib

Parser for GEDCOM file format

image

tatikoma/php-gedcomlib

Parser for GEDCOM file format

  • Sunday, February 18, 2018
  • by Tatikoma
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Tatikoma\Gedcom

Library for GEDCOM parsing., (*1)

Installation, (*2)

composer require tatikoma/php-gedcomlib:dev-master

Example usage:, (*3)

$parser = new \Tatikoma\Gedcom\Parser();
$tree = $parser->load('/path/to/file.ged');
$tree->dump();

The Versions

18/02 2018

dev-master

9999999-dev

Parser for GEDCOM file format

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Avatar Tatikoma

gedcom