Download the PHP package aidask/laravel-lang-import-export without Composer

On this page you can find all versions of the php package aidask/laravel-lang-import-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-lang-import-export

Laravel-Lang-Import-Export (Refactored)

This package provides artisan commands to import and export language files from and to CSV. This can be used to send translations to agencies that normally work with Excel-like files. In practice, CSV format is supper easy to work with for any translator in Fiverr or for any other freelancer. Personally, I have tried every other format such as php, yaml, docx, pod, txt and all of them has too complex syntax and requires custom software to work with (Not to mention all those problems with file encodings). CSV solves it all! (Now supports xls, xlsx, ods file types too!)

How It Works?

It turns some navigation.php file...

...to the following CSV...

...and vice versa.

Installation

This package uses Laravel 5.5 Package Auto-Discovery. For previous versions of Laravel, you need to update config/app.php by adding an entry for the service provider:

Usage

The package currently provides two commands, one for exporting the files and one for importing them back:

Export

Import

Validate

Laravel-Lang-Import-Export validation example

Config

You can export package config if you want to set defaults for the commands:

Changelog

6.4.0

6.2.0

6.1.0

6.0.0

5.4.10

5.4.9

5.4.8

5.4.7

5.4.6

5.4.3

5.4.2

5.4.1

5.4.0

Credits

This package was originally created by UFirst and is available here: Laravel-lang-import-export.

Currently is developed by Aidas Klimas, software house from Lithuania


All versions of laravel-lang-import-export with dependencies

PHP Build Version
Package Version
Requires php Version >=7
illuminate/support Version >=5
phpoffice/phpspreadsheet Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package aidask/laravel-lang-import-export contains the following files

Loading the files please wait ....