FamilySearch / gedcomx-php-client

PHP SDK for GEDCOM X Processing. See the documentation at
http://familysearch.github.io/gedcomx-php-client/
Other
2 stars 2 forks source link

⚠️ This project is deprecated and no longer supported

GedcomX - PHP SDK

Packagist Build Status Coverage Status Dependency Status

The gedcomx-php SDK is the PHP implementation of GEDCOM X, including GEDCOM X extension projects.

See the wiki for the following:

Installation

Prerequisites

Prior to installing the GedcomX PHP SDK you must install the following components.

You can verify that each of the required components is installed by running the following commands one line at a time, at your command line or command prompt:

php -v
composer --version
git --version

Installation Steps

NOTE: You only need to install the SDK one time for each PHP project you set up.

The GedcomX PHP SDK uses composer to manage dependencies. These instructions assume that you have installed Composer globally.

Do one of the following steps to activate Composer and install the gedcomx-php SDK library:

Features

Changelog