Download the PHP package pdir/mae_event_categories without Composer

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

pdir/mae_event_categories

Forked from https://github.com/marebe1602/mae_event_categories

Purpose

if you have lots of events and using different calendars is not enough to organize your events, this plugin allows the definition of additional categories for filtering events in eventlist frontend modules. It also comes with an event filter module that allows visitors to choose the category to be displayed in the list.

Description

mae_event_categories adds a global operation to the calendar module which allows to define a non-hierarchical list of categories. One or more of these categories can be assigned to an event. The event list module is extended by the possibility to specify, which categories should be shown in the list. Access to category management can be configured by a single permission

the getAllEvents hook is used to filter events for the event list, if categories have been configured in the specific frontend module. Eventlists without configured categories will work as if the plugin wasn't there. If you delete a category, all references in tl_module and tl_calendar_events will be removed, too. There will be no warning, if the category is in use. You may filter events by category to see, if it is still assigned anywhere, before deleting (this may be improved in a later version).

The category filter module allows visitors to filter the displayed events by categories.

Customized places within contao

Documentation

https://pdir.de/docs/de/contao/extensions/mae-event-categories/

Become a sponsor

Would you like to support this bundle? Visit https://contao-themes.net/sponsoring.html or hire pdir Contao Agentur for your web projects.


All versions of mae_event_categories with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
contao/core-bundle Version ^4.13 || ^5.3
contao/calendar-bundle Version ^4.13 || ^5.3
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 pdir/mae_event_categories contains the following files

Loading the files please wait ....