Download the PHP package tieupmedia/hwt_memorylist without Composer

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

HwtTypo3HwtMemorylist

About:

This TYPO3 extension provides a flexible memory list for TYPO3 >= 7.6

Features:

Conceptual + Backend

Plugin - Frontend

Integration

Installation:

The currently released versions are available in the TYPO3 Extension Repository (TER) or via composer. So you can

or

Further you can manually get the versioned source code from github and manually upload the extension. If you do so, name the extension folder "hwt_memorylist" (don't keep the git library name)!

Manual:

Create memory listing

The extension comes with a memory list plugin, which shows up the current list. You can insert it as common in TYPO3 with a plugin content element or manually create it via centralized TypoScript.

Create control elments to add / remove items

The memory list is designed to work with ajax controls, to add or remove items from the list. So just create the related control elements and initialize them with the ajax javascript.

1) Create control elements

If you insert the memory list plugin, some demo controls are shown by default. You can easily remove them via the TS constant plugin.tx_hwtmemorylist.settings.enableDemoTemplates in the Constants Editor or in your TS records/files.

The controls need three data attributes:

Example:

See more examples in the 'ListDemoItemControls' partial.

2) Initialize Ajax

To initialize the ajax calling, bind the elements to the hwtmemorylistCtrlInit() function.

In the Ajax.js file included in this extension, initializes elements with the css class 'hwtmemorylist-ctrl' by default.

How to configure a custom record for the memory list

To register a new record type for the memory list, add it to the 'recordTypes' in the TypoScript settings. Choose a custom record identifier and and configure the repository class in the subproperty.

(The repository must implement the function 'findByUid'.)

Versions:

Migrations:

0.0.5 to 0.0.6 The TypoScript key plugin.tx_hwtmemorylist.settings.list.recordtypes moved to plugin.tx_hwtmemorylist.settings.recordTypes.


All versions of hwt_memorylist with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
typo3/cms-core Version >=9.5.0 <=9.5.99||>=10.0.0 <10.3.0
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 tieupmedia/hwt_memorylist contains the following files

Loading the files please wait ....