Download the PHP package heimrichhannot/contao-haste_plus without Composer

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

Please note:

This bundle is deprecated and not actively maintained anymore!

Haste Plus

Haste plus extends codefog/contao-haste as a collection of tools and classes to ease working with Contao.

Module Preview

Features

Cache

The PHP high-performance object caching system, phpfastcache is part of hast_plus. Currently only File-Caching is supported, but Pull-Request are welcome.

Example : FileCache

Security

Add security headers to http request (configurable in tl_settings)

These options don't work anymore with Contao 4! Further Information

Input/Widget rgxp

The following regular expression can be used to validate widget input.

Name Example Description
customDate customDate::d.m Validate custom date format against input.
price price Validate price input.
posfloat posfloat Validate float numbers in input.
maxlength maxlength::120 Validate the user input without html elements against the input given length.

Utils

The following Classes and Methods are helpers that ease the working with Contao.

Class Description
Files Contains helper function for working with files and filenames.
PaymentUtils Contains helper functions for payment relevant use cases.
StringUtils Contains helper function for working with strings.
Type Name Method Description
Url addScheme \HeimrichHannot\Haste\Util\Url::addScheme($strUrl, $strScheme) Add the given protocol/scheme (http://,https://,ftp://…) to the given url if not present.
Arrays filterByPrefixes \HeimrichHannot\Haste\Util\Arrays::filterByPrefixes($arrData, $arrayPrefixes) Filter an array by given prefixes and return the filtered array.
Arrays getListPositonCssClass \HeimrichHannot\Haste\Util\Arrays::getListPositonCssClass($key, $arrList, $blnReturnAsArray) Create the class names for an item within a array list

Google Maps

If you want to add google maps with ease that are build from dynamic entities, and not withing dlh_googlemaps backend module, use the following code.

Inserttags

Tag Arguments Example
trimsplit 1st: the delimiter, 2nd: the value {{trimsplit::,::2,1}}
encrypt 1st: the value {{encrypt::my secret value}}

Developer notes


All versions of contao-haste_plus with dependencies

PHP Build Version
Package Version
Requires php Version ~7.0 || ^8.0
contao/core-bundle Version ^4.4.52 || ^4.13
codefog/contao-haste Version ^4.0 || ^5.0
tijsverkoyen/css-to-inline-styles Version ^2.2
phpfastcache/phpfastcache Version ^7.0
hackzilla/password-generator Version ^1.4
soundasleep/html2text Version ^1.1
globalcitizen/php-iban Version ~2.0 || ~3.0 || ~4.0
heimrichhannot/contao-components 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 heimrichhannot/contao-haste_plus contains the following files

Loading the files please wait ....