2017 © Pedro PelĂĄez
 

library laravel-onesky

Use artisan commands to keep track of your onesky translations

image

ageras/laravel-onesky

Use artisan commands to keep track of your onesky translations

  • Saturday, July 16, 2016
  • by Ageras
  • Repository
  • 1 Watchers
  • 7 Stars
  • 6,044 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

Ageras Laravel Onesky

Latest Stable Version CircleCI Total Downloads Latest Unstable Version License Monthly Downloads, (*1)

Description

A seamless integration between Laravel and the Onesky API., (*2)

By using artisan commands you can easily push new phrases ready for translation and pull translated phrases ready for production., (*3)

Installation

Require this package using composer:, (*4)

composer require ageras/laravel-onesky

Usage

Add the service provider to the app.php file:, (*5)

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

Copy the package config to your local config with the publish command:, (*6)

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

Change the newly published onesky.php file so that it matches your project., (*7)

Next, add ONESKY_API_KEY and ONESKY_SECRET to your .env file., (*8)

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

php artisan onesky:push

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

php artisan onesky:pull

If you only want certain languages to be pulled, you can use the --lang= flag:, (*11)

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

If you have multiple projects, you can use the --project= flag to specify the id:, (*12)

php artisan onesky:push --project=1337

Contributing

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., (*13)

Which Branch?

All bug fixes should be sent to the develop branch. Bug fixes should never be sent to the master, (*14)

Security Vulnerabilities

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

Coding Style

Ageras' follows the PSR-2 coding standard and the PSR-4 autoloading standard., (*16)

StyleCI

StyleCI automatically fixes code style to match the standard., (*17)

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.

The Versions

16/07 2016

dev-master

9999999-dev

Use artisan commands to keep track of your onesky translations

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolai Østby

16/07 2016

dev-analysis-zO3GlJ

dev-analysis-zO3GlJ

Use artisan commands to keep track of your onesky translations

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolai Østby

12/05 2016

v0.8.0

0.8.0.0

Use artisan commands to keep track of your onesky translations

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolai Østby

12/05 2016

dev-develop

dev-develop

Use artisan commands to keep track of your onesky translations

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolai Østby

04/05 2016

v0.7.0

0.7.0.0

Use artisan commands to keep track of your onesky translations

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolai Østby

03/05 2016

v0.6.0

0.6.0.0

Use artisan commands to keep track of your onesky translations

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolai Østby