Javascript / PHP Family Tree Builder with Multiple Parents

Is there any existing PHP, Javascript, or even a command line tool that can build a family tree in HTML (preferably) or at least create an image for it? Requirements for multiple parents. I work on the Internet for several hours, but to no avail.

For example, the Google Organization Chart would be ideal, but it only allows each node to have at most one parent. I need two parents.

No matter what this website does, it will also be ideal: http://www.familyecho.com/ , but it does not seem to be done with javascript, and they do not publish code that actually creates the visualization.

Even connecting to an external website to use their APIs to create visualizations would be ideal.

+22
javascript jquery api php family-tree
Apr 12 '11 at 17:20
source share
6 answers

As with the JavaScript you use (I assume that since you are developing your own schema ...), the InfoVis framework provides all kinds of complex relationships - http://thejit.org/static/v20/Jit/Examples/ ForceDirected / example1.html .

+5
Apr 30 '11 at 15:31
source share

You might be interested in RaphaΓ«l , especially this demo .




Edit: I just met a couple of other promising options for this question .

  • Protovis - I knew about it when I first answered, but did not think about it at that time. It is very flexible. Check out the examples .
  • Dracula Graph - did not try. It may be too easy for your purposes.
+7
Apr 12 '11 at 17:33
source share

This is possible with Graphviz . It is a language (easy to learn) and an executable command line file (for Linux, Solaris, Windows, and Mac) that can export at least PNG and SVG. He is extremely flexible and can do family trees. I believe that several parents are not a problem. For example, consider http://www.graphviz.org/content/kennedyanc . See Other Examples: http://www.graphviz.org/Gallery.php

You will probably find several other uses for Graphviz yourself.

+1
Apr 29 '11 at 11:45
source share

The Echo Family now has an API , allowing you to generate a family tree in GEDCOM or FamilyScript format and view it online through the Family Echo Site.

+1
Sep 05 2018-11-11T00:
source share
+1
Jan 23 '14 at 17:49
source share

Finally, if you find a very useful script to create a professional tree structure diagram in php. It helped me a lot. Just want to share with others, may be useful to others.

jTree Family Tree Maker Script

0
Jan 08 '14 at 16:15
source share



All Articles