Download the PHP package liquidlight/module-data-listing without Composer

On this page you can find all versions of the php package liquidlight/module-data-listing. 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 module-data-listing

Backend Modules Datatables

Overview

This package provides you with a backend datatable view of fe_users allowing you to sort, search and export your fe_users as well as filter by usergroup.

By default, the following columns are shown:

  1. ID
  2. Username
  3. Usergroup
  4. Title
  5. First name
  6. Last name
  7. Email

By default, the following columns are searchable:

  1. ID
  2. Username
  3. First name
  4. Last name
  5. Email

Settings

There are a few different settings that can be set on a site-by-site basis via typoscript.

Joins

It is possible to bolt on data from related tables by making use of the module.tx_moduledatalisting.settings.joins object where:

  1. type can be leftJoin, rightJoin or innerJoin
  2. table is the name of the related table
  3. localIdentifier is the unique identifier of the related table
  4. foreignIdentifier is the matching field in the fe_users table

Setup

Additional columns

It is possible to pull in additional columns from the fe_users table as well as columns from any join tables by making use of the module.tx_moduledatalisting.settings.additionalColumns object where:

  1. table is the name of the table you wish to pull the additional column from (this can be fe_users or any joined tables)
  2. column is the name of the column you wish to pull in
  3. label is the label that is used in the datatable header

setup

Searchable columns

The default searchable columns are specified above however it is possible to add and/or remove columns from this list by making use of the module.tx_moduledatalisting.settings.searchableColumns object where:

  1. table is the name of the table you wish to pull the searchable column from (this can be fe_users or any joined tables)
  2. column is the name of the column you wish to make searchable

setup

It is also possible to completely reset the searchable columns:

Icons

The Module Data Listing package comes with several pre-packaged icons you can use for your custom modules. We always welcome more additions, so if you create an icon and would like it included as standard, please create an issue or submit a PR.

Usage

To use an icon, use the iconIdentifier from the table below when using the registerModule method.

The module-listing-users icon is used with the default tx_module_data_listing_feusers module.

Available Icons

The icons currently available are:

iconIdentifier preview
module-listing-company
module-listing-map
module-listing-tools
module-listing-users

Upgrading to 1.2.0

Version 1.2.0 comes with DataTables 2.x, which uses the new layout property.

If you have a local JavaScript file for you custom DataTables, you can remove the dom property and replace with layout.


All versions of module-data-listing with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^11.5
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 liquidlight/module-data-listing contains the following files

Loading the files please wait ....