Download the PHP package systopia/de.systopia.eventcheckin without Composer

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

Event-Checkin (de.systopia.eventcheckin)

Scope

An extension to provide check-in links and QR codes to CiviCRM event participants, so they can check in with the event's front desk, or even automatically.

It also provides an API to allow a remote system to do this.

The extension "event messages" (de.systopia.eventmessages) is required to include the links and QR codes in emails and/or documents generated by CiviCRM. You could also use the two extensions to create event tickets including QR codes and set up automated workflows for sending them out via email based on the participant's role and/or registration status.

Features

API

The extension provides two new API actions:

Installation

Download a packed release and install as any other CiviCRM extension.

When installing a development version (i.e. an alpha version, or when checking out a specific commit), you must run composer update inside the extension directory for its dependencies to be installed.

Configuration

Visit the configuration page: civicrm/admin/eventcheckin/settings which will among some other settings allow you to

Once that ist done, create at least one message template that contains the token for the QR-Codes or checkin links (e.g. {$event_checkin_code_img}), include it in automated event-emails or use it when sending out emails or creating docuemnts (e.g. event tickets) manually.

Please refer to the documentation of the extension event messages to learn more about its features.

Permissions

In order to check in participants, your user has to have the "Check-In Event Participants" (event checkin) as well as the "Access CiviCRM" permissions. You may want to create a separate role e.g. called "Event Checkin Staff" if you want people to only be able to check in event participants but not access any other CiviCRM Data.

If you're using the remote check-in feature, the API user has to have the "RemoteContacts: Check-In Event Participants" (remote event checkin) permission, and the user contact identified by the remote_contact_id must have the "Remote Check-In User" role.

Requirements

Dependencies

This extension uses Chillerlan's QR code generator to generate QR codes.


All versions of de.systopia.eventcheckin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
civicrm/civicrm-core Version >=5.76
civicrm/civicrm-packages Version >=5.76
chillerlan/php-qrcode Version ^2.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 systopia/de.systopia.eventcheckin contains the following files

Loading the files please wait ...