Skip to content

jolicode/webhook-demo

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published