Download the PHP package familytree365/genealogy without Composer

On this page you can find all versions of the php package familytree365/genealogy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package genealogy

Liberu Genealogy

License: MIT Open Source Love

Discover, preserve and share your family history β€” powered by Laravel 13, PHP 8.5 and Filament 5.

Contact us on WhatsApp YouTube Facebook Instagram X LinkedIn GitHub

Latest Release Install Tests Docker CI Codecov


Liberu Genealogy is a free, open-source genealogy platform that makes it easy to build, explore and share family trees. It is built on the latest versions of Laravel 13, PHP 8.5, Filament 5 and Livewire 4, providing a fast, modern, and accessible web application for everyone from hobbyists to professional genealogists.

The platform integrates with leading genealogy services (MyHeritage, Ancestry, FamilySearch, FindMyPast), supports GEDCOM file import/export, DNA-match analysis, facial-recognition-assisted photo tagging, and a rich set of research tools β€” all within a modular, developer-friendly codebase designed to grow with your needs.

Features

Core Genealogy

Integrations & Discovery

Developer Experience

Installation

Requirements: PHP 8.5, Composer, Node.js, a database (MySQL / MariaDB / PostgreSQL), and optionally Docker.

Option 1 β€” Command-line installer (recommended)

Clone the repository and run the provided installer script:

The setup.sh script will install PHP and Node dependencies, copy the example environment file, generate an application key and run database migrations automatically.

Tip: If you prefer a guided, point-and-click experience, a graphical installer is available. Launch it from a terminal with ./setup.sh or use your desktop file manager to run the script on supported environments, and follow the on-screen prompts.

Option 2 β€” Manual steps

Visit http://localhost:8000 in your browser.

Option 3 β€” Docker

For a full development environment with a database container, use Laravel Sail:

Then visit http://localhost.

Our Projects

Liberu Genealogy is part of the wider Liberu open-source ecosystem. Each project below is a standalone Laravel application that can be run independently or alongside the others.

Project Repository Description
Genealogy liberu-genealogy/genealogy-laravel Family tree and genealogy platform (this repository).
Boilerplate (core) liberusoftware/boilerplate Core starter and shared utilities used across Liberu projects.
Accounting liberu-accounting/accounting-laravel Accounting and invoicing features tailored for Laravel applications.
Automation liberu-automation/automation-laravel Automation tooling and workflow integrations for Laravel projects.
Billing liberu-billing/billing-laravel Subscription and billing management integrations (payments, invoices).
Browser Game liberu-browser-game/browser-game-laravel Example Laravel-based browser game platform and mechanics.
CMS liberu-cms/cms-laravel Content management features and modular page administration.
Control Panel liberu-control-panel/control-panel-laravel Administration/control-panel components for managing services.
CRM liberu-crm/crm-laravel Customer relationship management features and integrations.
E‑commerce liberu-ecommerce/ecommerce-laravel E‑commerce storefront, product and order management.
Maintenance liberu-maintenance/maintenance-laravel Scheduling, tracking and reporting for maintenance tasks.
Real Estate liberu-real-estate/real-estate-laravel Property listings and real-estate management features.
Social Network liberu-social-network/social-network-laravel Social features, profiles, feeds and messaging for Laravel apps.

Contributing

Contributions are welcome and will be fully credited! We accept contributions via Pull Requests on GitHub.

Pull Request Process

  1. Fork the repository and create your branch from main.
  2. Follow PSR-4 coding standards. The easiest way to apply the conventions is to install PHP CS Fixer.
  3. Write or update tests for any new or changed behaviour.
  4. Run the test suite locally and make sure everything passes:

  5. Document any change in behaviour β€” update README.md and any other relevant documentation.
  6. Create feature branches. Do not send pull requests from your main branch.
  7. One pull request per feature. If you want to do more than one thing, send multiple pull requests.
  8. Keep a coherent history. Please squash intermediate commits before submitting.

Please also read CODE_OF_CONDUCT.md before opening a pull request.

License

This project is licensed under the MIT License β€” see the LICENSE file for the full text.

The MIT License is one of the most permissive open-source licenses available. This means:

By choosing the MIT License, Liberu Genealogy ensures that the community can build on this work freely, fostering collaboration, innovation and long-term sustainability.

Community & Support


Maintainers: Liberu Genealogy team

Contributors: see https://github.com/liberu-genealogy/genealogy-laravel/graphs/contributors


All versions of genealogy with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
filament/filament Version ^4.0
guzzlehttp/guzzle Version ^7.8
laravel/cashier Version ^15.7
laravel/framework Version ^12
laravel/jetstream Version ^5.0
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.10.1
liberu-genealogy/laravel-dna Version ^2.0
liberu-genealogy/laravel-gedcom Version ^7.0
livewire/livewire Version ^3.5
raza9798/siteconfig Version ^3.2
spatie/laravel-menu Version ^4.0
spatie/laravel-permission Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package familytree365/genealogy contains the following files

Loading the files please wait ...