arg2009 / php-lokalise-api-laravel

Laravel wrapper for the php-lokalise-api package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a Service Provider wrapper for the package lokalise/php-lokalise-api.

Set the environment variable LOKALISE_API_KEY.

Add the GIT Repository to your composer file.

{
  "repositories": [
    {
      "type": "vcs",
      "url":  "https://github.com/arg2009/php-lokalise-api-laravel.git"
    }
  ]
}

Run with composer

composer require --dev arg2009/php-lokalise-api-laravel:dev-main

About

Laravel wrapper for the php-lokalise-api package


Languages

Language:PHP 100.0%