Download the PHP package oxid-projects/tags-module without Composer

On this page you can find all versions of the php package oxid-projects/tags-module. 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 tags-module

Tags module (OE Tags)

In the shop products can be tagged and those tags can then be used for shop search, seo and a tag cloud for visualization in the shop frontend. The admin has complete control over the tags, a logged in user can add new tags to an article.

Installation

Installation with composer

bash

composer require oxid-projects/tags-module

Uninstallation

Disable the module in administration panel and delete the module folder. The module clears the tmp folder on installation. The module did add multilanguage fields to table oxartextends on installation (oxartextends.OETAGS, oxartextends_OETAGS_1 etc. depending on you shop's language configuaration). Delete those manually if needs be as those columns will not be deleted automatically on module deactivation. Means in case you only plan to switch off the module temporarily tags data will still be available on netx module activation.

Important for EE with varnish

In case you run the module on an EE with reverseProxy enabled (varnish cache) you'll need to install a module addon named OE Tags EE ReverseProxy Addon. This addon module currently resides in a separate branch in OXID-eSales/tags_module repository. To install, make a new folder "oetags_ee" in the modules/oe/ directory of your shop installation. Download https://github.com/OXIDprojects/tags-module/archive/EE_addon.zip and unpack it into this folder. OR - Git clone the module to your OXID eShop modules/oe/ directory:

bash

git clone https://github.com/OXIDprojects/tags-module.git oetags_ee cd oetags_ee git checkout EE_addon

Upgrade

If you upgrade from OXID 4, note:

  1. Install module (in v6 the tag functionality was removed), then we need to save settings again.
  2. Delete all dynamic seo urls (this will also regenerated rss urls): DELETE FROM oxseo WHERE `OXTYPE` = 'dynamic'
  3. If you want to rename the default tags url part: rename "stichworte" to "tags" or anything you would like to in the modules section.
  4. Clear cache.
  5. Call homepage, this will regenerate all dynamic SEO Urls, also the tag urls.
  6. Regenerate views.

License

Licensing of the software product depends on the shop edition used. The software for OXID eShop Community Edition is published under the GNU General Public License v3. You may distribute and/or modify this software according to the licensing terms published by the Free Software Foundation. Legal licensing terms regarding the distribution of software being subject to GNU GPL can be found under http://www.gnu.org/licenses/gpl.html. The software for OXID eShop Professional Edition and Enterprise Edition is released under commercial license. OXID eSales AG has the sole rights to the software. Decompiling the source code, unauthorized copying as well as distribution to third parties is not permitted. Infringement will be reported to the authorities and prosecuted without exception.


All versions of tags-module with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
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 oxid-projects/tags-module contains the following files

Loading the files please wait ....