Download the PHP package codedge/trnsltr without Composer

On this page you can find all versions of the php package codedge/trnsltr. 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 trnsltr

Latest Stable Version Build Status codecov Total Downloads License

trnsltr - a translation caching service backed by DeepL

trnsltr is a translation caching service that stores already translated data in (currently) Redis. Words and texts that are not already in cache are going to be send to the DeepL API, will be translated, stored in cache and then being returned.

It brings a separate Vue.js frontend and a Slim Framework based backend.

Backend

Configuration

The backend configuration can be done via environment variables, easily to be changed in a .env file. You can check the .env.example file for configuration vars.

Redis

If you are fine with the default you can remove all REDIS_* config keys from your .env file.

DeepL

JWT (Json Web Tokens) For authentication JWT (Json Web Tokens) are used. Please specify a strong secret to encrypt the token.

A requirement for this to work is a working database connection to some users table where all your users are saved. When this is set up, you can use the /auth/token route to get a valid token.

If you want to generate a new users table you can run

Example for getting a token:

Response:

Frontend

You can run frontend and backend separately. To configure where your backend is reachable create a .env file in your frontend/ folder or copy the .env.example file.

The variable VUE_APP_API_URL is the url to the backend API. Under which URL you run the frontend is totally up to you.

For authentication against the backend please generate a valid token


All versions of trnsltr with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3.0
ext-json Version *
awurth/slim-validation Version ^3.1
guzzlehttp/guzzle Version ^6.3
illuminate/database Version ^5.8
monolog/monolog Version ^1.17
predis/predis Version ^1.1
robmorgan/phinx Version ^0.10.6
slim/slim Version ^3.1
tightenco/collect Version ^5.8
tuupola/cors-middleware Version ^0.9.4
tuupola/slim-jwt-auth Version ^3.3
vlucas/phpdotenv Version ^3.3
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 codedge/trnsltr contains the following files

Loading the files please wait ....