famiree
1.0.0
Simple open source family tree web application Famiree
The source code can be found here: malamalca/famiree.

composer self-update.php composer.phar create-project malamalca/famiree --no-dev.If Composer is installed globally, run
composer create-project malamalca/famiree --no-devYou can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765Then visit http://localhost:8765 to see the welcome page.
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.