Download the PHP package atico/translator-symfony-demo-onedrive-to-xliff without Composer

On this page you can find all versions of the php package atico/translator-symfony-demo-onedrive-to-xliff. 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 translator-symfony-demo-onedrive-to-xliff

Spreadsheet Translator Symfony Demo Application - Use Case

Introduction

Lightweight Symfony Demo Application for the Spreadsheet Translator functionallity. The demo brings a command that takes a Microsoft One Drive spreadhseet file and creates a translation file per locale in Xliff format.

Installation

composer create-project atico/translator-symfony-demo-onedrive-to-xliff

This will install the demo application into your computer

The source demo spreadsheet file is located at https://onedrive.live.com/embed?resid=AF6B7F4DC4426D56!114&authkey=%21AOntrGclPCi6zdA&em=2&cid=af6b7f4dc4426d56

Instructions for sharing the One Drive file in readonly mode

Open your spreadsheet file in One Drive.

Go to Open => Share

Click on the embed link

Click on the generate button

A screen with a Code for Insert|Javascript will appear

The given textarea will contain an iframe element, copy the value for AUTHKEY

From the address bar copy the values for RESID and CID

Manually build the following url replacing the corresponding values:

https://onedrive.live.com/embed?resid=RESID&authkey=AUTHKEY&em=2&cid=CID

Running the demo

type in you terminal: bin/console atico:demo:translator --sheet-name=common

This command will generate the translation files that will be stored into app/translations folder.

The generated files will be:

demo_common.it_IT.yml will contain:

Related

Symfony Bundle:

Symfony Demos:

Notes

composer.json will include the following Spreadsheet Translator dependencies:

Requirements

Contributing

We welcome contributions to this project, including pull requests and issues (and discussions on existing issues).

If you'd like to contribute code but aren't sure what, the issues list is a good place to start. If you're a first-time code contributor, you may find Github's guide to forking projects helpful.

All contributors (whether contributing code, involved in issue discussions, or involved in any other way) must abide by our code of conduct.

License

Spreadsheet Translator Symfony Bundle is licensed under the MIT License. See the LICENSE file for full details.


All versions of translator-symfony-demo-onedrive-to-xliff with dependencies

PHP Build Version
Package 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 atico/translator-symfony-demo-onedrive-to-xliff contains the following files

Loading the files please wait ....