PHPackages                             familytree365/backend - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. familytree365/backend

AbandonedArchivedProject[Framework](/categories/framework)

familytree365/backend
=====================

The Laravel 8 backend for a genealogy website.

v1.0-beta.2(4y ago)78136[18 issues](https://github.com/familytree365/backend/issues)MITPHPPHP ^7.4|^8.0

Since May 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/familytree365/backend)[ Packagist](https://packagist.org/packages/familytree365/backend)[ GitHub Sponsors](https://github.com/genealogiawebsite)[ RSS](/packages/familytree365-backend/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (22)Versions (14)Used By (0)

Family Tree 365 - Open Source Family Tree Software - Laravel 8 Backend API
--------------------------------------------------------------------------

[](#family-tree-365---open-source-family-tree-software---laravel-8-backend-api)

[![Latest Stable Version](https://camo.githubusercontent.com/ffcf1e44e13808c7f01255c52bbc659d7ffb1bf371ce60ebfef271154bfe6938/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f66616d696c79747265653336352f6261636b656e642e737667)](https://camo.githubusercontent.com/ffcf1e44e13808c7f01255c52bbc659d7ffb1bf371ce60ebfef271154bfe6938/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f66616d696c79747265653336352f6261636b656e642e737667)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ec0c0f90855a3c253d0cbab63ea407a2b8d8f307fb483971499af803d2d61324/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66616d696c79747265653336352f6261636b656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/familytree365/backend/?branch=master)[![Build Status](https://camo.githubusercontent.com/7302b4b146e45970068c2f534b4798a3781acd53a7b5b3efbc41f0dd43e32384/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66616d696c79747265653336352f6261636b656e642f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/familytree365/backend/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/1ffcde6399a229ec4785db7580d72fb9d1cfce1705adef4e2a497399f30f5215/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66616d696c79747265653336352f6261636b656e642f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![StyleCI](https://camo.githubusercontent.com/3084513fb047e021563e7032986f9f72f22f4c03e0539dbf5f4d504a6605d364/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3331363434303637372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/316440677)[![CodeFactor](https://camo.githubusercontent.com/7f98140b4c965a4eb765909d43ffc3b114405e55b905758d1b2b7bfd0b235825/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f66616d696c79747265653336352f6261636b656e642f62616467652f6d6173746572)](https://www.codefactor.io/repository/github/familytree365/backend/overview/master)[![codebeat badge](https://camo.githubusercontent.com/6d4fbcb1cdfa2f531785bba6ec0ce823519ebc3b1f7b80e9c4174f12c5be7083/68747470733a2f2f636f6465626561742e636f2f6261646765732f39313166396533332d323132612d346466612d613836302d373531636462626163666637)](https://codebeat.co/projects/github-com-modulargenealogy-genealogy-master)[![Build Status](https://camo.githubusercontent.com/36ad5f93854c6a917b6525769811bf7da39860b28378d7a45b65bc657c614fe2/68747470733a2f2f7472617669732d63692e6f72672f66616d696c79747265653336352f6261636b656e642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/familytree365/backend)[![CircleCI](https://camo.githubusercontent.com/4533a66f5f482c29fa20469b7222cec77dab25f0f616a9ee68299a13d5fc0984/68747470733a2f2f636972636c6563692e636f6d2f67682f66616d696c79747265653336352f6261636b656e642e7376673f7374796c653d737667)](https://circleci.com/gh/familytree365/backend)

Build Setup
-----------

[](#build-setup)

Run following commands

```
# install dependencies
$ composer install
$ cp .env.testing .env
```

Set the database information in .env \[DB\_DATABASE, DB\_USERNAME, DB\_PASSWORD\], then run following commands

```
$ php artisan key:generate
$ php artisan migrate --path=database/migrations/landlord --database=landlord
$ php artisan db:seed

# serve with hot reload at localhost:8000
$ php artisan serve
```

Broadcasting Setup
------------------

[](#broadcasting-setup)

```
# install dependencies
$ npm install -g laravel-echo-server

$ laravel-echo-server configure
$ nano .env

  BROADCAST_DRIVER=redis
  REDIS_PREFIX=

$ laravel-echo-server start
```

If you want to keep it in background proccess you should install pm2 or supervisor

Description
-----------

[](#description)

Browser based genealogy software for interacting and processing data efficiently. Easily create your own family tree by importing your existing data or manual data entry. Storage of all data is securely on your own server and does not leave your environment without your permission. In the future there will be optional smart matching with other servers. This is the Laravel 8 backend, see the frontend repository for the Nuxt / Vue client side support.

Demo
----

[](#demo)

 - register a free account

### Thanks

[](#thanks)

Built with Laravel 8

Special thanks to [Taylor Otwell](https://laravel.com/), [Jeffrey Way](https://laracasts.com)

### Contributions

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

Contributors
------------

[](#contributors)

This project exists thanks to all the people who contribute. [![](https://camo.githubusercontent.com/965685e9fe894b63b9413ea90e8de11c94baea381a14ce83bc50cc8be25c944b/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f67656e65616c6f67792f636f6e7472696275746f72732e7376673f77696474683d38393026627574746f6e3d66616c7365)](graphs/contributors)

Backers
-------

[](#backers)

Thank you to all our backers! 🙏 \[[Become a backer](https://opencollective.com/genealogy#backer)\]

[![](https://camo.githubusercontent.com/1142b2136413c57b947b52ec4a842cc32967dd797d54afbf514ec895672bcfd0/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f67656e65616c6f67792f6261636b6572732e7376673f77696474683d383930)](https://opencollective.com/genealogy#backers)

Sponsors
--------

[](#sponsors)

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. \[[Become a sponsor](https://opencollective.com/genealogy#sponsor)\]

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

11

Last Release

1765d ago

PHP version history (2 changes)v1.0-alpha.1PHP ^7.3|^8.0

v1.0-alpha.3PHP ^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/179251?v=4)[Curtis Delicata](/maintainers/curtisdelicata)[@curtisdelicata](https://github.com/curtisdelicata)

---

Top Contributors

[![curtisdelicata](https://avatars.githubusercontent.com/u/179251?v=4)](https://github.com/curtisdelicata "curtisdelicata (260 commits)")[![biholaindrasinh](https://avatars.githubusercontent.com/u/5697078?v=4)](https://github.com/biholaindrasinh "biholaindrasinh (46 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (37 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (25 commits)")[![zimen](https://avatars.githubusercontent.com/u/6409435?v=4)](https://github.com/zimen "zimen (19 commits)")[![pintukalasva](https://avatars.githubusercontent.com/u/60867424?v=4)](https://github.com/pintukalasva "pintukalasva (19 commits)")[![donprecious](https://avatars.githubusercontent.com/u/35138070?v=4)](https://github.com/donprecious "donprecious (13 commits)")[![ajeffrey](https://avatars.githubusercontent.com/u/1628706?v=4)](https://github.com/ajeffrey "ajeffrey (6 commits)")[![SweetRewenge](https://avatars.githubusercontent.com/u/23315053?v=4)](https://github.com/SweetRewenge "SweetRewenge (6 commits)")[![arpita86](https://avatars.githubusercontent.com/u/80318067?v=4)](https://github.com/arpita86 "arpita86 (3 commits)")[![hc0503](https://avatars.githubusercontent.com/u/54434088?v=4)](https://github.com/hc0503 "hc0503 (3 commits)")[![fatimariaz-arcocia](https://avatars.githubusercontent.com/u/77848656?v=4)](https://github.com/fatimariaz-arcocia "fatimariaz-arcocia (3 commits)")[![stefmedjo](https://avatars.githubusercontent.com/u/24573833?v=4)](https://github.com/stefmedjo "stefmedjo (3 commits)")[![abdulkareem-f](https://avatars.githubusercontent.com/u/47987261?v=4)](https://github.com/abdulkareem-f "abdulkareem-f (2 commits)")[![AmirJavaidSwe](https://avatars.githubusercontent.com/u/41790096?v=4)](https://github.com/AmirJavaidSwe "AmirJavaidSwe (2 commits)")[![hamzaalibhatti-arcocia](https://avatars.githubusercontent.com/u/77481470?v=4)](https://github.com/hamzaalibhatti-arcocia "hamzaalibhatti-arcocia (2 commits)")[![prodevdmytro0](https://avatars.githubusercontent.com/u/72332286?v=4)](https://github.com/prodevdmytro0 "prodevdmytro0 (2 commits)")[![stratacard0826](https://avatars.githubusercontent.com/u/8415195?v=4)](https://github.com/stratacard0826 "stratacard0826 (2 commits)")[![yondifon](https://avatars.githubusercontent.com/u/35140079?v=4)](https://github.com/yondifon "yondifon (2 commits)")[![hamzaawan9](https://avatars.githubusercontent.com/u/80488800?v=4)](https://github.com/hamzaawan9 "hamzaawan9 (1 commits)")

---

Tags

backenddatabasefamily-treegenealogylaravellaravel8phpphp7frameworklaravel

### Embed Badge

![Health badge](/badges/familytree365-backend/health.svg)

```
[![Health](https://phpackages.com/badges/familytree365-backend/health.svg)](https://phpackages.com/packages/familytree365-backend)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[bytefury/crater

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
