Download the PHP package wkse/metatag without Composer

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

Metatag

This module allows you to automatically provide structured metadata, aka "meta tags", about your website and web pages.

In the context of search engine optimization, providing an extensive set of meta tags may help improve your site's & pages' ranking, thus may aid with achieving a more prominent display of your content within search engine results. Additionally, using meta tags can help control the summary content that is used within social networks when visitors link to your site, particularly the Open Graph submodule for use with Facebook, Pinterest, LinkedIn, etc (see below).

This version of the module only works with the v8.0.x releases of Drupal.

Features

The primary features include:

Standard usage scenario

  1. Install the module.
  2. Open admin/config/search/metatag.
  3. Adjust global and entity defaults. Fill in reasonable default values for any of the meta tags that need to be customized. Tokens may be used to automatically assign values. If the Token module is enabled there will be a "Browse available tokens" link that opens a popup to list & insert the available tokens.
  4. You can add bundle defaults by clicking on "Add metatag defaults" and filling out the form.
  5. If you want to adjust metatags for a specific entity, then you need to add the Metatag field. Follow these steps:

    5.1 Go to the "Manage fields" of the bundle where you want the metatag field to appear. 5.2 Select "Meta tags" from the "Add a new field" selector. 5.3 Fill in a label for the field, e.g. "Meta tags", and set an appropiate machine name, e.g. "meta_tags". 5.4 Click the "Save and continue" button. 5.5 If the site supports multiple languages, and translations have been enabled for this entity, select "Users may translate this field" to use Drupal's translation system.

DrupalConsole integration

Using the DrupalConsole, it is possible to generate new meta tags, either for use in new custom modules that require custom meta tags, or to create patches for extending Metatag's options.

To generate a new tag, install DrupalConsole and then use the following command:

drupal generate:metatag:tag

This will guide the site builder through the necessary steps to create a new meta tag plugin and add it to a module.

Related modules

Some modules are available that extend Metatag with additional functionality:

Credits / contact

Currently maintained by Damien McKenna [2] and Dave Reid [3]. Drupal 7 module originally written by Dave Reid. Drupal 8 port by Damien McKenna and Michelle Cox [4], and sponsored by Mediacurrent [5], with contributions from Lee Rowlands [6], Rakesh James [7] and many others.

Ongoing development is sponsored by Mediacurrent and Palantir.net [8].

The best way to contact the authors is to submit an issue, be it a support request, a feature request or a bug report, in the project issue queue: http://drupal.org/project/issues/metatag

References

1: https://www.drupal.org/project/console 2: https://www.drupal.org/u/damienmckenna 3: https://www.drupal.org/u/dave-reid 4: https://www.drupal.org/u/michelle 5: http://www.mediacurrent.com/ 6: https://www.drupal.org/u/larowlan 7: https://www.drupal.org/u/rakesh.gectcr 8: http://www.palantir.net/


All versions of metatag with dependencies

PHP Build Version
Package Version
No informations.
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 wkse/metatag contains the following files

Loading the files please wait ....