PHPackages                             skolodyazhnyy/onesky-bundle - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. skolodyazhnyy/onesky-bundle

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

skolodyazhnyy/onesky-bundle
===========================

Onesky Translations Downloader

1.0.0(11y ago)1447↓100%2[1 PRs](https://github.com/skolodyazhnyy/onesky-bundle/pulls)MITPHPPHP &gt;=5.3.3

Since Mar 17Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (1)Used By (0)

OneSky Symfony Bundle [![Build Status](https://camo.githubusercontent.com/7fc8205384f31c97743e98a33d12715ecb239dee898d1d1e76c917eb75780980/68747470733a2f2f7472617669732d63692e6f72672f736b6f6c6f6479617a686e79792f6f6e65736b792d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/skolodyazhnyy/onesky-bundle)
======================================================================================================================================================================================================================================================================================================================================

[](#onesky-symfony-bundle-)

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

[](#installation)

Add bundle to your composer requirements

```
php composer.phar require skolodyazhnyy/onesky-bundle
```

Add bundle to your application kernel (`app/AppKernel.php`)

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Seven\Bundle\OneskyBundle\SevenOneskyBundle(),
        );
```

Create a configuration for the bundle. Add following configuration to your `app/config/config.yml`

```
seven_onesky:
    api_key: %onesky_api_key%
    secret:  %onesky_secret%
    project: %onesky_project%
    # Configure mappings to match your needs, every mapping includes,
    #    sources - list of files to export, all by default
    #    locales - list of locales to export, all by default
    #    output - output filename pattern, you can use [filename], [locale], [extension] and [dirname] as parameters
    mappings:
        - { sources: ["messages.xliff"], locales: ["en", "es"], output: "%kernel.root_dir%/Resources/translations/messages.[locale].xliff" }
```

Setup OpenSky API parameters in `app/config/parameters.yml`

```
parameters:
    onesky_api_key:
    onesky_secret:
    onesky_project:
```

Usage
-----

[](#usage)

Simply run `onesky:dump` command to dump all your location files to desired destination,

```
app/console onesky:dump
```

You are free to keep your translations under version control system or outside.

### Usage with capifony

[](#usage-with-capifony)

If you are using capifony you can setup a task to update translations on remote server, simply add this task to your `app/deploy.rb`:

```
namespace :onesky do
  desc "Dumps all translations from OneSky"
  task :dump, :roles => :app, :except => { :no_release => true } do
    capifony_pretty_print "--> Dumping all translations"

    run "#{try_sudo} sh -c 'cd #{latest_release} && #{php_bin} #{symfony_console} onesky:dump #{console_options}'"
    capifony_puts_ok
  end
end
```

And then run it, using

```
cap onesky:dump
```

Also you can add it to the deployment process

```
after "symfony:assetic:dump", "onesky:dump"
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

4075d 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 (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)

PHPackages © 2026

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