Download the PHP package daandelange/clavisverbum without Composer

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

Clavis Verbum

A duo of 2 fields for managing your multilanguage keywords (and other simple taxonomy).
Clavis verbum is the literal latin translation of "key-word".

Benefits compared to the native structure and tag fields :

Provided

Fields:

Frontend tools:

Requirements

A Kirby 5 multilanguage website. Using this plugin in a single language setup is not tested. This plugin depends on daandelange/kirby-helpers.

Install

Usage

Plugin options

You can change the plugin behaviour using the following options :

``


Field : Translated Structure

This field tries to solve translation issues often encountered with the native structure field.
It's simply a structure field with translateable field entries. All content is stored in the default language and translateable fields are automatically cloned for each language.

This field is used by the taxonomystructure field, but you can also use it standalone.

Blueprint Properties

Blueprint options are inherited from the native structure field, except the following ones :
Note: Some defaults have been changed for convenience.

Frontend template

You can use toTranslatedStructure() to fetch the data; usage is like toStucture() but it sanitizes the data, restricting the data fields to the available fields. Also, you can call $translatedStructureObject->mytranslatedfieldname($lang=null) to automatically grab the current language.

``

Note: You can also use the native $translatedStructureField->toStucture() and fetch the translated fields manually. Note that this doesn't sanitize any data. More information on the native structure field.


Field: Taxonomy Structure

A multilanguage taxonomy structure field for managing your keywords and other simple taxonomy. Put this field in a centralised place on your website; in site.yml for example.

Blueprint properties

Blueprint options are inherited from the translatedstructure field, except the following ones :

`

The tabsbinding lets you map structure fields to option fields. This is automatically set if you use the recommended fields id,name and description. For custom fields, use the extra field prop to set this right.

Frontend template

``

You can also use $taxonomyStructure->toTags() to feed a native tags field (and other fields with options). Also see your fields' tagsbinding props for usage with custom fields.

`


Field: taxonomytags

An extended tags field to select from your centralised taxonomystructure field. It also allows to add new entries to your taxonomy.
The fields is "bound" to the taxonomystructure field using the Kirby query language.

Blueprint properties

`

Frontend template

``


Alternatives & Similar

License

MIT

Let's make this great together : Specially for commercial usage, try to contribute back some improvements.

Credits


All versions of clavisverbum with dependencies

PHP Build Version
Package Version
Requires getkirby/composer-installer Version ^1.1
daandelange/helpers Version dev-main
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 daandelange/clavisverbum contains the following files

Loading the files please wait ...