Download the PHP package alnv/contao-cleverreach-api without Composer

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

Contao Cleverreach API

Dokumentation

  1. Empfängerliste muss bei Cleverreach bereits eingerichtet sein (bitte beachte hierzu die Cleverreach Doku). Die Listen-ID findest du unter Empfänger -> Reiter Einstellungen -> Listen ID.
  2. Cliet ID & Secret erstellen: In Mein Account -> Reiter Extras -> REST API -> OAuth anlegen. Ausfüllen und als Redirect-URL die eintragen, die der Nutzer sieht, wenn er sich erfolgreich zum Newsletter angemeldet hat (bitte beachte hierzu die Cleverreach Doku)
  3. Die Mails zur Aktivierung, Abmeldung, etc. werden über Cleverreach versendet. Im Menüpunkt Formulare kann man ein neues Formular hinzufügen, es der passenden Empfängerliste zuweisen und im Reiter „Inhalt“ die verschiedenen Mails optisch und inhaltlich überarbeiten (bitte beachte hierzu die Cleverreach Doku)
  4. Wechsel zu Contao: Die OAuth Daten kannst Du in deine system/config/localconfig.php eintragen.

  5. Formulargenerator -> Ein neues Formular zur Newsletter-Anmeldung anlegen, bestehend aus
    1. Textfeld für E-Mail-Adresse
    2. Absendefeld
    3. Bei 1 Empfängerliste: verstecktes Feld mit dem Feldnamen newsletter anlegen, der Standard-Wert ist dann die ID
    4. Bei mehreren Empfängerlisten: Auswahlliste/Checkboxen/Radio Buttons mit dem Feldnamen newsletter anlegen, der Wert ist dann jeweils die ID der Liste im Cleverreach. Dieses Feld muss ein Pflichtfeld sein.
    5. optional: tags = Komma getrennte Liste (als verstecktes Feld)
    6. optional: Attribute = wird für die Segmente benötigt. Der Contao-Feldname muss mit dem Cleverreach-Feldnamen übereinstimmen
    7. optional sind natürlich weitere Felder möglich, je nach individuellem Anspruch
  6. Setze in den Einstellungen des soeben erstellten Formulars den Haken bei „Cleverreach API verwenden“ und wähle die Mail aus, die in Cleverreach erstellt wurde
  7. Prüfe, ob der Mailversand funktioniert, ggf. muss er über SMTP erfolgen (daten in parameters.yml eintragen und danach den Symfony-Cache löschen)
  8. Wenn die Schnittstelle funktioniert, steht im System-Log: Cleverreach API: You have new subscriber. Den Mailversand musst du unabhängig davon testen

Danke an Kim Wormer für die Doku.


All versions of contao-cleverreach-api with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.9
contao/core-bundle Version ~4.13 || ~5.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 alnv/contao-cleverreach-api contains the following files

Loading the files please wait ....