PHPackages                             skolodyazhnyy/onesky-downloader - 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. skolodyazhnyy/onesky-downloader

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

skolodyazhnyy/onesky-downloader
===============================

Onesky Translations downloader

1.0.1(11y ago)015MITPHP

Since Mar 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/skolodyazhnyy/onesky-downloader)[ Packagist](https://packagist.org/packages/skolodyazhnyy/onesky-downloader)[ RSS](/packages/skolodyazhnyy-onesky-downloader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Onesky Downloader
=================

[](#onesky-downloader)

A tiny console application that allows you to download dictionaries created with [Onesky](http://www.oneskyapp.com).

Usage
-----

[](#usage)

Set [Onesky](http://www.oneskyapp.com) API key, secret and project ID in environment variables:

```
export ONESKY_APIKEY=...
export ONESKY_APISECRET=...
export ONESKY_PROJECT=999

```

Run downloader to get your translation files

```
onesky download
# will create a file  for every sourcefile-locale combination

```

Available options
-----------------

[](#available-options)

- `-l` - locale code to download, can be specified multiple times
- `-s` - source file to download
- `-o` - output filename pattern, by default: `[filename].[locale].[extension]`

More use cases
--------------

[](#more-use-cases)

Download a single source file

```
onesky download -s messages.xliff
# will create messages.[locale].xliff for every locale

```

Download a single file for specific locales

```
onesky download -s messages.xliff -l en -l es
# will create messages.en.xliff and messages.es.xliff

```

Download a file to specific location

```
onesky download -s messages.xliff -l en -o app/Resources/translations/messages.en.xlf
# will create app/Resources/translations/messages.en.xlf with english translations

```

Download multiple locales to specific location

```
onesky download -s messages.xliff -l en -o app/Resources/translations/messages.[locale].xlf
# will create app/Resources/translations/messages.[locale].xlf for every available locale

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~0 days

Total

2

Last Release

4076d ago

### Community

Maintainers

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

---

Top Contributors

[![skolodyazhnyy](https://avatars.githubusercontent.com/u/576301?v=4)](https://github.com/skolodyazhnyy "skolodyazhnyy (5 commits)")

### Embed Badge

![Health badge](/badges/skolodyazhnyy-onesky-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/skolodyazhnyy-onesky-downloader/health.svg)](https://phpackages.com/packages/skolodyazhnyy-onesky-downloader)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[shyim/danger-php

Port of danger to PHP

8544.9k](/packages/shyim-danger-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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