2017 © Pedro PelĂĄez
 

library laravel-phraseapp

Laravel PhraseApp Package

image

ajaaleixo/laravel-phraseapp

Laravel PhraseApp Package

  • Sunday, March 26, 2017
  • by ajaaleixo
  • Repository
  • 3 Watchers
  • 5 Stars
  • 9,325 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 8 Versions
  • 13 % Grown

The README.md

Codacy Badge CircleCI Downloads, (*1)

Laravel PhraseApp Package

Supports L5.4, (*2)

This package offers you a way of downloading translated keys from https://phraseapp.com. This translation tool supports tagging which is used to separate your key set., (*3)

Commands / Features

Download

Fetched the configured list of Locales per Tag from your PhraseApp.com and creates one file per Tag under you resources/lang/locale/ directory., (*4)

+PhraseApp - Suggestion of usage+, (*5)

When importing/inserting new keys, I suggest to use tags as API accept it as filter option., (*6)

Install

Add Service provider

Open your config/app.php and insert the following in providers key:, (*7)

Ajaaleixo\PhraseApp\PhraseAppServiceProvider::class,

Add a Storage Disk

Open your config/filesystems.php and insert the following code:, (*8)

'disks' => [
(...)
'lang' => [
    'driver' => 'local',
    'root' => resource_path('lang'),
],
]

Run Publish command

php artisan vendor:publish --provider="Ajaaleixo\PhraseApp\PhraseAppServiceProvider"

Edit your settings

Open config/laravel-phraseapp.php and create each .env key and edit the following: - project_id - api.key - identification, (*9)

Roadmap

  • Phraseapp:Upload Push existing translations to PhraseApp
  • Phraseapp:Get:Locales Displays a Table with Available Locales in your Account

The Versions

26/03 2017

dev-master

9999999-dev https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Package

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase

17/03 2017

v1.1.1

1.1.1.0 https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Package

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase

17/03 2017

dev-develop

dev-develop https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Package

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase

16/03 2017

v1.1.0

1.1.0.0 https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Package

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase

16/03 2017

v1.0.3

1.0.3.0 https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Package

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase

16/03 2017

v1.0.2

1.0.2.0 https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Package

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase

16/03 2017

v1.0.1

1.0.1.0 https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Package

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase

16/03 2017

v1.0.0

1.0.0.0 https://github.com/ajaaleixo/laravel-phraseapp-client

Laravel PhraseApp Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by André Aleixo

laravel api translation phraseapp phrase