Download the PHP package nordkirche/nkc-event without Composer

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

TYPO3 Extension nkc_event

Die Extension stellt PlugIns bereit, um Inhalte der Nordkirche API (Veranstaltungen) auf einer Website darzustellen.

Abhängigkeiten

Diese Extension basiert auf

nordkirche/nkc_base ^11.5
nordkirche/nk-google-map ^11.5
fluidtypo3/vhs ^6.1
TYPO3 ^11.5

Installation

Die Installation der Extension erfolgt über composer, da bei dieser Installation auch alle Abhängigkeiten mit installiert werden müssen.

composer req nordkirche/nkc-event

Bitte binden Sie anschließend das statische Template der Extension in Ihr TypoScript Template ein.

Konfiguration

Bitte beachten Sie die Dokumentation von nordkirche/nkc-base, um Zugriffe auf die NAPI zu ermöglichen.

Es gibt im statischen TypoScript umfangreiche Konfigurationen, die für die eigenen Bedürfnisse angepasst werden können und müssen (z.B. Pfade Icons für die Kartendarstellung) Für TYPO3 Integratoren sollten sich die meisten Dinge von selbst erklären.

Grunsätzlich ist es so, dass Konfigurationen teilweise sowohl in TypoScript als auch in den Plug-Ins möglich sind. Hier zu beachten, dass Plug-In Konfigurationen TypoScript überschreiben, wenn sie einen Wert haben.

Die Templates der Extension haben ein sehr rudimentäres Markup, um die Möglichkeiten der Extension zu zeigen. Die darzustellenen Inhalte sind so komplex, dass ein Standard-Layout wenig Sinn ergeben hätte.

PSR-14 Events

Es gibt PSR-14 Events, um die NAPI Queries und die Ausgabe der Daten anzupassen:

Controller Action Event Daten holen Daten überschreiben
EventController listAction ModifyAssignedListValuesEvent getAssignedListValues() setAssignedListValues()
EventController listAction ModifyQueryEvent getEventQuery() setEventQuery()
EventController showAction ModifyAssignedValuesEvent getAssignedValues() setAssignedValues()

Fehler gefunden?

Bitte melden Sie Fehler via github https://github.com/Nordkirche/nkc-event


All versions of nkc-event with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^11.5
fluidtypo3/vhs Version ^6.1 || ^7.0
nordkirche/nkc-base Version ^11.5
nordkirche/nk-google-map 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 nordkirche/nkc-event contains the following files

Loading the files please wait ....