PHPackages                             rubillex/ya-tails-coords - 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. rubillex/ya-tails-coords

ActiveLibrary

rubillex/ya-tails-coords
========================

Assistant for converting coordinates to Yandex tails coords.

1.0(2y ago)14MITPHPPHP ^8.0

Since Sep 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Rubillex/ya-tails-coords)[ Packagist](https://packagist.org/packages/rubillex/ya-tails-coords)[ RSS](/packages/rubillex-ya-tails-coords/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

YaTailsCoords
=============

[](#yatailscoords)

This library will help you convert coordinates to yandex tail coords

[![Latest Stable Version](https://camo.githubusercontent.com/e9340283e5b3b5d8bd416ac71a802b3072d9f14169a8618c2de12b7b76f6df09/687474703a2f2f706f7365722e707567782e6f72672f727562696c6c65782f79612d7461696c732d636f6f7264732f76)](https://packagist.org/packages/rubillex/ya-tails-coords) [![Total Downloads](https://camo.githubusercontent.com/5597449080d47a255592e2cccb6f70d6f6743b721e9c7745784e5ad7d74008b0/687474703a2f2f706f7365722e707567782e6f72672f727562696c6c65782f79612d7461696c732d636f6f7264732f646f776e6c6f616473)](https://packagist.org/packages/rubillex/ya-tails-coords) [![PHP Version Require](https://camo.githubusercontent.com/3d1f1e0c8b1ec4acf705f305a5112f9d8f3fc785ae31f2065d809da0973f84d5/687474703a2f2f706f7365722e707567782e6f72672f727562696c6c65782f79612d7461696c732d636f6f7264732f726571756972652f706870)](https://packagist.org/packages/rubillex/ya-tails-coords)

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

[](#installation)

Run composer require command.

```
composer require rubillex/ya-tails-coords
```

Usage:
======

[](#usage)

```
use Rubillex\YaTailsCoords\Converter;

$lat = '37.3345208';
$lon = '-122.0913298';

$coords = Converter::CoordsToTailsTranslate($lat, $lon);

$tailX = $coords->getTailX();
$tailY = $coords->getTailY();

/**
 * ['tail_x', 'tail_y']
 */
$tails = $coords->toArray();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

967d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be557fc135b1d0876bac0fddd1f4601e64197073ec4225166da436e5d49f444d?d=identicon)[Rubillex](/maintainers/Rubillex)

---

Top Contributors

[![Rubillex](https://avatars.githubusercontent.com/u/38977402?v=4)](https://github.com/Rubillex "Rubillex (1 commits)")

### Embed Badge

![Health badge](/badges/rubillex-ya-tails-coords/health.svg)

```
[![Health](https://phpackages.com/badges/rubillex-ya-tails-coords/health.svg)](https://phpackages.com/packages/rubillex-ya-tails-coords)
```

PHPackages © 2026

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