Download the PHP package heimrichhannot/contao-notification_center_plus without Composer

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

Notification Center Plus

Extends the notification center with additional features.

General features

Tokens

Adding an automatically generated ICS file to the attachment of a notification

  1. Create your notification as usual.
  2. Add the token ##ics_attachment_token## to the attachment tokens in the message's tl_nc_language record and activate the option at the bottom of the form.
  3. Now you can add the tokens to the different fields to your wishes.

context tokens

Notification center plus adds context tokens, like environment variables, and page information to the token array, as these are not available if sending later per cron.

Token Example
##context_tokens## true
##env_host## www.example.com
##env_http_host## www.example.com
##env_url## https://www.example.com
##env_path## https://www.example.com
##env_request## https://www.example.com/en/testpage?query=test&submit=true
##env_request_path## https://www.example.com/en/testpage
##env_ip## 216.58.212.131
##env_referer## https://www.example.com/en/home
##env_files_url## TL_FILES_URL
##env_plugins_url## TL_ASSETS_URL
##env_script_url## TL_ASSETS_URL
##date## 30.03.2017
##last_update## 29.03.2017 17:05
##page_id## 2
##page_pid## 1
##page_sorting## 1056
##page_tstamp## 1490106980
##page_title## Home
##page_alias## /en/home
##page_type## regular
##page_pageTitle## Homepage
##page_language## en
##page_robots## index,follow
##page_description## null
##page_redirect## permanent
##page_jumpTo##
##page_url##
##page_target##
##page_dns## www.example.com
##page_staticFiles##
##page_staticPlugins##
##page_fallback##
##page_adminEmail##
##page_dateFormat## d.m.Y
##page_timeFormat## H.i
##page_datimFormat## d.m.Y H.i
##page_createSitemap##
##page_sitemapName##
##page_useSSL##
##page_autoforward##
##page_protected## false
##page_groups## false
##page_includeLayout##
##page_layout## 1
##page_mobileLayout## 0
##page_includeCache##
##page_cache## false
##page_includeChmod##
##page_cuser## 0
##page_cgroup## 0
##page_chmod##
##page_noSearch##
##page_cssClass##
##page_sitemap## map_default
##page_hide##
##page_guests##
##page_tabindex## 0
##page_accesskey##
##page_published## 1
##page_start##
##page_stop##
##page_newsCategories_param##
##page_youtube_template##
##page_youtubePrivacy##
##page_youtubePrivacyTemplate##
##page_dlh_googlemaps_apikey##
##page_mainAlias## home
##page_mainTitle## Home
##page_mainPageTitle## Homepage
##page_parentAlias## home
##page_parentTitle## Homepage
##page_parentPageTitle## Homepage
##page_folderUrl## home/
##page_rootId## 1
##page_rootAlias## example-website
##page_rootTitle## Example Website
##page_rootPageTitle## Example Website
##page_domain##
##page_rootLanguage## en
##page_rootIsPublic## true
##page_rootIsFallback## true
##page_rootUseSSL##
##page_rootFallbackLanguage## en
##page_trail## [1]
##page_hasJQuery## 1
##page_hasMooTools##
##page_isMobile## false
##page_template## fe_page
##page_templateGroup## templates/example.com
##page_outputFormat## html5
##pageTitle## Homepage

if, then, else

If you want to check for a condition inside your message, you can use the following example:

Hints:

{if form_association!=''}

Using overridable haste_plus properties

You now have the option to use overridable properties available in heimrichhannot/contao-haste_plus also in this module. Simply add code similiar to the following to a "sendNotificationMessage"-Hook

is the entity in whose dca you called General::addOverridableFields() in order to add overridable fields from other dca's. Please see and in heimrichhannot/contao-haste_plus for more details.


All versions of contao-notification_center_plus with dependencies

PHP Build Version
Package Version
Requires php Version ~5.4 || ~7.0 || ^8.0
contao/core-bundle Version ^3.5.1 || ~4.1
contao-community-alliance/composer-plugin Version ~2.4 || ~3.0
terminal42/notification_center Version ^1.5
heimrichhannot/contao-haste_plus Version ~1.4
heimrichhannot/contao-status_messages Version ^1.0|^2.0
bariew/phpquery Version ~1.0
eluceo/ical Version ^0.16
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 heimrichhannot/contao-notification_center_plus contains the following files

Loading the files please wait ....