Download the PHP package vardumper/ibexa-theme-translations-bundle without Composer

On this page you can find all versions of the php package vardumper/ibexa-theme-translations-bundle. 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 ibexa-theme-translations-bundle

Ibexa Logo

IbexaThemeTranslationsBundle

Code Coverage

This is a bundle for Ibexa DXP. It allows managing string translations for use in themes outside Ibexa's regular content object and translation logic. While there are a couple of i18n concepts pre-included with Ibexa, they lack a user interface. So here's a simple Doctrine ORM based approach with a UI, string search, Deepl integration, and very basic approval flow for translation editors.

Requirements

Features

Installation

1. Install the bundle

If your project uses Symfony Flex (recommended), the bundle, its configuration, and routes are registered automatically:

2. Run Migrations

A migration file is automatically copied into your app's migrations/ directory by the Flex recipe. Run it to create the required database tables:


Manual installation (without Symfony Flex) ### Register the bundle in your `config/bundles.php`: ### Register Entities ### Register Routes ### Run Migrations

Run Tests

This library is fully unit tested with PEST. You can run the tests by executing the following commands in the root directory of the project.

Unit Tests

Coverage Report

You can also generate a coverage report by running the following command.


All versions of ibexa-theme-translations-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ibexa/core Version ^4.4|^5.0.5
ibexa/admin-ui Version ^4.4|^5.0.5
symfony/framework-bundle Version ^5.4|^6.0|^7.0|^8.0
symfony/cache Version ^5.4|^6.0|^7.0|^8.0
symfony/console Version ^5.4|^6.0|^7.0|^8.0
symfony/form Version ^5.4|^6.0|^7.0|^8.0
symfony/validator Version ^5.4|^6.0|^7.3.11|^8.0
doctrine/orm Version ^2.11|^3.0
doctrine/doctrine-bundle Version ^2.7.2
twig/twig Version ^3.23
league/csv Version ^9.28
pagerfanta/pagerfanta Version ^2.0|^3.8|^4.0
guzzlehttp/promises Version ^2.3
nyholm/psr7 Version ^1.8.2
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 vardumper/ibexa-theme-translations-bundle contains the following files

Loading the files please wait ...