Download the PHP package meirsadan/kirby-he without Composer

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

Kirby Hebrew Language Support

Hebrew language support for Kirby CMS v5+. Registers the Hebrew Panel (interface) translations at runtime via Kirby's plugin translations extension — nothing is copied into the kirby/ core directory, so the setup survives every Kirby update.

Installation

As a kirby-plugin it installs to site/plugins/kirby-he and registers its translations automatically. No install/copy step.

What it registers

Interface-language dropdown

Kirby builds the Panel's account Language selector from Translations::load(), which scans kirby/i18n/translations/*.json on disk — a plugin-registered locale alone does not appear there. So the plugin self-heals: on load it copies its bundled he.json into kirby/i18n/translations/ whenever the file is missing (idempotent, and recreated automatically after a Kirby update wipes it). If the directory is read-only it silently skips. This is the one place a file must live in core; it's provisioned automatically, so there's still nothing to do by hand.

Tip: add /kirby/i18n/translations/he.json to your project's .gitignore so the auto-provisioned file doesn't show up as a change.

Slug rules (manual, one-time per project)

Slug transliteration rules are a separate subsystem: Kirby builds a language's slug rules from kirby/i18n/rules/{code}.json plus that language's own slugs. A plugin cannot supply either, so the rules can't be registered here.

Add them to your Hebrew language definition, site/languages/he.php:

The canonical rule set also ships in assets/rules/he.json for reference.

Requirements

Updating the translations

Edit the JSON files in assets/ and tag a new release. Consumers get the update on their next composer update — again, with nothing touching core.

License

MIT. See LICENSE.


All versions of kirby-he with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
getkirby/composer-installer Version ^1.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 meirsadan/kirby-he contains the following files

Loading the files please wait ...