Giter VIP home page Giter VIP logo

mauticweezeventbundle's Introduction

MauticWeezEvent

Plugin Mautic de récupération de données sur WeezEvent
Répertoire à mettre dans le sous répertoire plugins de mautic

weezevent

Weezevent est une plateforme de réservation de billet en ligne

API

doc officiel
aide API

Il faut d'abord s'authentifier pour récupérer un token d'acces
POST /auth/access_token

on peut ensuite récupérer la liste des participants
GET /participant/list

Mautic

Mautic est un logiciel libre qui permet de faire des envois de mail automatiques ciblés
mautic

Environement de développement

pour passer en environement de développement, lancer :

php app/console cache:clear --env=dev

puis il faut ouvrir l'url

http://localhost/mautic-staging/index_dev.php

Créer un plugin

How to Create a Mautic Plugin: Tutorial Series (Introduction)
How to Create a Mautic Plugin: Step 2
Il manque la suite ...

La doc officielle
Comment développer un plugin Mautic très succin ...

exemple de plugin : MauticTestConfigBundle

Ce plugin

Installation

  • Télécharger ce dépot
  • Décompresser l'archive dans le répertoire plugin de Mautic
  • Dans Mautic:
    • Aller dans le menu admin->Plugins
    • Faire Install/Upgrade plugins
    • Le plugin doit apparètre dans la liste
    • Cliquer dessus pour le configurer

Taches cron

Pour récupérer automatiquement les évènements de la veille, ajouter une tache cron pointant vers

php app/console mautic:weezevent:import

Pour récupérer les événements d'une date présise avec --date ou -d

php app/console mautic:weezevent:import --date 2018-07-03

la configuration

pour allez récupérer les infos de weezevent

  • identifiant
  • mot de passe
  • cles API

les infos récupéré

  • participant :
    • nom
    • prénom
    • e-mail
  • évènement :
    • nom

mauticweezeventbundle's People

Contributors

europrimus avatar geoffreymorel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.