PHPackages                             ulbrich-media/taily-app - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ulbrich-media/taily-app

ActiveProject[Utility &amp; Helpers](/categories/utility)

ulbrich-media/taily-app
=======================

Project scaffold for Taily — run composer create-project to set up a new installation.

v0.1.0(1mo ago)01MITPHPPHP ^8.2

Since Apr 19Pushed 1mo agoCompare

[ Source](https://github.com/ulbrich-media/taily-app)[ Packagist](https://packagist.org/packages/ulbrich-media/taily-app)[ RSS](/packages/ulbrich-media-taily-app/feed)WikiDiscussions development Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

taily-app
=========

[](#taily-app)

Installation scaffold for [Taily](https://github.com/ulbrich-media/taily) — an animal welfare organization management tool. Self-hosted, runs on shared hosting, installs via Composer.

This repository is not the application itself. It is the minimal project skeleton operators use to set up a Taily instance. The application core is pulled in as a Composer package from `ulbrich-media/taily`.

Requirements
------------

[](#requirements)

- PHP 8.2+
- A web server with `mod_rewrite` enabled (Apache) or equivalent
- A MySQL/MariaDB database

Installation
------------

[](#installation)

```
composer create-project ulbrich-media/taily-app my-taily
cd my-taily
```

Composer will automatically generate an app key during installation. Before starting, configure your environment:

```
cp .env.example .env  # if not already created
```

Edit `.env` and set at minimum:

```
APP_URL=https://your-domain.example
DB_DATABASE=your_db
DB_USERNAME=your_user
DB_PASSWORD=your_password

```

Then run the initial migration:

```
php artisan migrate
```

Point your web server's document root to the `public/` directory.

Updating
--------

[](#updating)

```
composer update ulbrich-media/taily
```

This automatically publishes updated frontend assets and runs any new database migrations. Your `.env`, `storage/`, and published config overrides are never touched.

Configuration
-------------

[](#configuration)

A `config/taily.php` file is published on first install. The available options are documented inline in that file.

More Information
----------------

[](#more-information)

See the [Taily repository](https://github.com/ulbrich-media/taily) for the full project documentation, changelog, and issue tracker.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

51d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cfb7134ba47dcd3f25584021ec2ee118a206c1eb7bdfada3f19d64e7569ab29?d=identicon)[ulbrich.media](/maintainers/ulbrich.media)

---

Top Contributors

[![ulbrich-media](https://avatars.githubusercontent.com/u/27144164?v=4)](https://github.com/ulbrich-media "ulbrich-media (10 commits)")

### Embed Badge

![Health badge](/badges/ulbrich-media-taily-app/health.svg)

```
[![Health](https://phpackages.com/badges/ulbrich-media-taily-app/health.svg)](https://phpackages.com/packages/ulbrich-media-taily-app)
```

###  Alternatives

[kmlaravel/laravel-geographical-calculator

laravel package help you to implement geographical calculation, with With several algorithms that help you deal with coordinates

42781.3k2](/packages/kmlaravel-laravel-geographical-calculator)

PHPackages © 2026

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