Download the PHP package hirasso/acf-multilingual without Composer

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

ACF Multilingual

Latest Version on Packagist Test Status

An experimental plugin for building multilingual websites using WordPress and Advanced Custom Fields 🌀

Limitations

Does NOT integrate with plugins that add additional fields to the WordPress Admin, like e.g. Yoast SEO. Works best with fully customized pure WordPress/ACF setups.

Why did I make this public?

I made this public in the hopes to make it more sustainable and fail-proof. You will probably not want to use this plugin in big corporate projects, just yet (or ever). Use it for a personal website or the likes and report bugs and problems.

Usage

Installation

Via Composer (recommended):

  1. Install the plugin:

  2. Activate the plugin manually or using WP CLI:

Manually:

  1. Download and extract the plugin from the latest release
  2. Copy the acf-multilingual folder into your wp-content/plugins folder
  3. Activate the plugin via the plugins admin page – Done!
  4. Handle updates via afragen/git-updater

Setup

Add as many languages as you like. The languages will be injected into the URL, like this:

Put a file acfml.config.json in your theme root, for example with these contents:

This config will make:

API

To get an idea about what the plugin can do, it's probably quickest to have a look at the API.

Make ACF fields multilingual

Set ACF fields to be multilingual, so that they can be translated for every language. like e.g. Text, Textarea, WYSIWYG, ... (for the full list see $multilingual_field_types in the class FieldsController):

CleanShot 2025-11-13 at 09 36 58@2x

Now the field can be translated!

CleanShot 2025-11-13 at 09 38 21@2x

If you use vinkla/extended-acf, you can make fields multilingual like so:

If a field is not marked multilingual, it will display the same value in both languages.


All versions of acf-multilingual with dependencies

PHP Build Version
Package Version
Requires php Version ~8.2 || ~8.3 || ~8.4 || ~8.5
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 hirasso/acf-multilingual contains the following files

Loading the files please wait ...