PHPackages                             gentor/laravel-onesky - 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. gentor/laravel-onesky

ActiveLibrary[Localization &amp; i18n](/categories/localization)

gentor/laravel-onesky
=====================

Use artisan commands to keep track of your onesky translations

v0.9.0(7y ago)04.5kMITPHP

Since May 3Pushed 5y agoCompare

[ Source](https://github.com/gentor/laravel-onesky)[ Packagist](https://packagist.org/packages/gentor/laravel-onesky)[ RSS](/packages/gentor-laravel-onesky/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (7)Used By (0)

Laravel Onesky
==============

[](#laravel-onesky)

[![Latest Stable Version](https://camo.githubusercontent.com/b5473aa9697ffd99b6de0780ff1cfb04ba5e41e964ac3543275122dcc4bcc95b/68747470733a2f2f706f7365722e707567782e6f72672f67656e746f722f6c61726176656c2d6f6e65736b792f762f737461626c65)](https://packagist.org/packages/gentor/laravel-onesky)[![Total Downloads](https://camo.githubusercontent.com/c6a91152c3060c9752bcc5ddf14bae4f37dc8a30c1d3ee4bce4c84f56382a9ac/68747470733a2f2f706f7365722e707567782e6f72672f67656e746f722f6c61726176656c2d6f6e65736b792f646f776e6c6f616473)](https://packagist.org/packages/gentor/laravel-onesky)[![Latest Unstable Version](https://camo.githubusercontent.com/d01955111feb5f8ee28d850286f6ac9bc2e6126142200b6d2ae405b8234edaa4/68747470733a2f2f706f7365722e707567782e6f72672f67656e746f722f6c61726176656c2d6f6e65736b792f762f756e737461626c65)](https://packagist.org/packages/gentor/laravel-onesky)[![License](https://camo.githubusercontent.com/964408142852fe323099fd69b5fd0dfb75caf1ff7c2052b59381a55f50a11ddd/68747470733a2f2f706f7365722e707567782e6f72672f67656e746f722f6c61726176656c2d6f6e65736b792f6c6963656e7365)](https://packagist.org/packages/gentor/laravel-onesky)[![Monthly Downloads](https://camo.githubusercontent.com/c47f28c83449cd29244aa2f1d8ec3a3f533e5bad378e2edefb2ce6d1a9b862e5/68747470733a2f2f706f7365722e707567782e6f72672f67656e746f722f6c61726176656c2d6f6e65736b792f642f6d6f6e74686c79)](https://packagist.org/packages/gentor/laravel-onesky)

Description
-----------

[](#description)

A seamless integration between Laravel and the Onesky API.

By using artisan commands you can easily push new phrases ready for translation and pull translated phrases ready for production.

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

[](#installation)

Require this package using composer:

```
composer require gentor/laravel-onesky

```

Usage
-----

[](#usage)

Add the service provider to the `app.php` file:

```
'providers' => [
    ...
    Gentor\LaravelOneSky\ServiceProvider::class,
]

```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="Gentor\LaravelOneSky\ServiceProvider"

```

Change the newly published `onesky.php` file so that it matches your project.

Next, add `ONESKY_API_KEY` and `ONESKY_SECRET` to your `.env` file.

When you are ready to translate your language files, use this simple artisan command to upload them to your OneSky account:

```
php artisan onesky:push

```

When your language files have been translated, use this command to download them directly into your project:

```
php artisan onesky:pull

```

If you only want certain languages to be pulled, you can use the `--lang=` flag:

```
php artisan onesky:pull --lang=en,da,no

```

If you have multiple projects, you can use the `--project=` flag to specify the id:

```
php artisan onesky:push --project=1337

```

Contributing
------------

[](#contributing)

### Bug Reports

[](#bug-reports)

All issues are welcome, to create a better product, but your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue.

### Which Branch?

[](#which-branch)

All bug fixes should be sent to the develop branch. Bug fixes should never be sent to the master

### Security Vulnerabilities

[](#security-vulnerabilities)

If you discover a security vulnerability within Sherlock package, write an email to Ageras' development team.

### Coding Style

[](#coding-style)

Ageras' follows the PSR-2 coding standard and the [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) autoloading standard.

### StyleCI

[](#styleci)

StyleCI automatically fixes code style to match the standard.

License
-------

[](#license)

```
Copyright (c) 2016: Ageras Aps and other contributors:

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.2% 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 ~294 days

Total

4

Last Release

2778d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/210fd495e96c05caab1d50c09165794ff73175a9b49c43f91df0c8524dfa8add?d=identicon)[gentor](/maintainers/gentor)

---

Top Contributors

[![shooka](https://avatars.githubusercontent.com/u/5556768?v=4)](https://github.com/shooka "shooka (30 commits)")[![coquer](https://avatars.githubusercontent.com/u/1929689?v=4)](https://github.com/coquer "coquer (13 commits)")[![gentor](https://avatars.githubusercontent.com/u/2902504?v=4)](https://github.com/gentor "gentor (4 commits)")[![cameronjdavis](https://avatars.githubusercontent.com/u/5994945?v=4)](https://github.com/cameronjdavis "cameronjdavis (1 commits)")[![Olkoson](https://avatars.githubusercontent.com/u/10854389?v=4)](https://github.com/Olkoson "Olkoson (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gentor-laravel-onesky/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[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)
