jolicode / webhook-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Webhook Demo 🕸🪝

This repository is a demonstration application for Symfony Webhook usage.

It's related to 🇫🇷 this blog post on jolicode.com

Pre-requisites

A ready to use (DNS entries verified) Postmark account.

Installation

Install dependencies

$ symfony composer install

Replace API_KEY with your API Key in .env file

MAILER_DSN=postmark+api://API_KEY@default

Start the database and run migrations

$ docker-compose up -d database
$ symfony console d:m:m -n

Serve the application

$ symfony serve -d

Open 127.0.0.1:8000

About


Languages

Language:PHP 91.7%Language:Twig 8.3%