Skip to content

jimmyz/gedcomx-php-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gedcomx-php-sample-app

An application that demonstrates the usage of the gedcomx-php library in conjunction with the FamilySearch API. A running version of the app is available at http://gedcomx-php-sample-app.herokuapp.com/.

The sample app requires a FamilySearch Family Tree sandbox user account. A sandbox user account is obtained when you register as a FamilySearch development partner.

Installation

Requirements:

Steps:

  1. Fork this repository.
  2. Pull the code down to your local machine: git clone https://github.com/YOUR-USERNAME/gedcomx-php-sample-app.git
  3. cd gedcomx-php-sample-app
  4. Install dependencies: composer install
  5. Register your app to get an app key. The redirect URI will be http://localhost:8080/examples/OAuth2Code.php.
  6. Update the SDK configuration in includes/setup.php with your new app key.
  7. Run a simple webserver (requires PHP 5.4+): php -S localhost:8080 -t src/
  8. Open http://localhost:8080 to begin using the sample app.

About

An application that demonstrates the usage of the gedcomx-php library in conjunction with the FamilySearch API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.9%
  • CSS 0.1%